#5A2538

Color #5A2538 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #5A2538

Tints of Black Rose #5A2538

Color information

#5A2538 (or 0x5A2538) is unknown color: approx Black Rose. HEX triplet: 5A, 25 and 38. RGB value is (90,37,56). Sum of RGB (Red+Green+Blue) = 90+37+56=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2538 is #A5DAC7. Grayscale: #363636. Windows color (decimal): -10869448 or 3679578. OLE color: 3679578.

HSL color Cylindrical-coordinate representation of color #5A2538: hue angle of 338.49º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A2538 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB903756-
CMYK00.590.380.65
HSL338.49º41.73%24.9%-
HSV(B)338.49º58.89%35.29%-
XYZ5.593.784.18-
YUV55.01128.56152.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 49.18%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=49.18%
G=20.22%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90375600.590.380.65338.4941.7324.9
Hex5A253803B26411522a19
Octal1324570073461015225231
Binary10110101001011110000111011100110100000110101001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A2538; }

 p { color: rgb(90,37,56); }

 H1.HeaderClassName
 {
   color: #5A2538;
 }
 .AnyTagClassName
 {
   color: #5A2538;
 }
</style>
background-color css

<style>
 a { background-color: #5A2538; }

 a { background-color: rgb(90,37,56); }

 div.DivClassName
 {
   background-color: #5A2538;
 }
 .BgClassName
 {
   background-color: #5A2538;
 }
</style>
border-color css

<style>
 span { border-color: #5A2538; }

 span { border-color: rgb(90,37,56); }

 td.TdClassName
 {
   border-color: #5A2538;
 }
 .TagClassName
 {
   border-color: #5A2538;
 }
</style>