Html Css Color HEX #5A486C Honey Flower

📋 copy color: '#5A486C'

red 90 ◦ green 72 ◦ blue 108

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

Shades of Honey Flower #5A486C

Tints of Honey Flower #5A486C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.67%

 BLUE value IS 108 (42.58% from 255) = 40%

R = 33.33%
G = 26.67%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5A486C (or 0x5A486C) is known color: Honey Flower. HEX triplet: 5A, 48 and 6C. RGB value is (90,72,108). Sum of RGB (Red+Green+Blue) = 90+72+108=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A486C is #A5B793. Grayscale: #515151. Windows color (decimal): -10860436 or 7096410. OLE color: 7096410.

HSL color Cylindrical-coordinate representation of color #5A486C: hue angle of 270º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A486C is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 72 108 -
CMYK 0.17 0.33 0 0.58
HSL 270º 0.2% 0.35% -
HSV(B) 270º 0.33% 0.42% -
XYZ 9.24 7.89 15.22 -
YUV 81.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 90 72 108 0.17 0.33 0 0.58 270 0.2 0.35
Hex 5A 48 6C 11 21 0 3A 10E 14 23
Octal 132 110 154 21 41 0 72 416 24 43
Binary 1011010 1001000 1101100 10001 100001 0 111010 100001110 10100 100011

Color Harmonies of #5A486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A486C

Black with #5A486C

Text Example


Text Example

White with #5A486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,72,108); }

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

background-color css

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

 a { background-color: rgb(90,72,108); }

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

border-color css

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

 span { border-color: rgb(90,72,108); }

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