Html Css Color HEX #5A3C62 Honey Flower

📋 copy color: '#5A3C62'

red 90 ◦ green 60 ◦ blue 98

#5A3C62
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #5A3C62

Tints of Honey Flower #5A3C62

RGB

 RED value IS 90 (35.55% from 255) = 36.29%

 GREEN value IS 60 (23.83% from 255) = 24.19%

 BLUE value IS 98 (38.67% from 255) = 39.52%

R = 36.29%
G = 24.19%
B = 39.52%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A3C62 (or 0x5A3C62) is known color: Honey Flower. HEX triplet: 5A, 3C and 62. RGB value is (90,60,98). Sum of RGB (Red+Green+Blue) = 90+60+98=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A3C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3C62 is #A5C39D. Grayscale: #494949. Windows color (decimal): -10863518 or 6437978. OLE color: 6437978.

HSL color Cylindrical-coordinate representation of color #5A3C62: hue angle of 287.37º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A3C62 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 60 98 -
CMYK 0.08 0.39 0 0.62
HSL 287.37º 0.24% 0.31% -
HSV(B) 287.37º 0.39% 0.38% -
XYZ 8.04 6.29 12.35 -
YUV 73.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 90 60 98 0.08 0.39 0 0.62 287.37 0.24 0.31
Hex 5A 3C 62 8 27 0 3E 11F 18 1F
Octal 132 74 142 10 47 0 76 437 30 37
Binary 1011010 111100 1100010 1000 100111 0 111110 100011111 11000 11111

Color Harmonies of #5A3C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3C62

Black with #5A3C62

Text Example


Text Example

White with #5A3C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,60,98); }

 H1.HeaderClassName
 {
   color: #5A3C62;
 }
 .AnyTagClassName
 {
   color: #5A3C62;
 }
</style>

background-color css

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

 a { background-color: rgb(90,60,98); }

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

border-color css

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

 span { border-color: rgb(90,60,98); }

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