Html Css Color HEX #59407F Kingfisher Daisy

📋 copy color: '#59407F'

red 89 ◦ green 64 ◦ blue 127

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

Shades of Kingfisher Daisy #59407F

Tints of Kingfisher Daisy #59407F

RGB

 RED value IS 89 (35.16% from 255) = 31.79%

 GREEN value IS 64 (25.39% from 255) = 22.86%

 BLUE value IS 127 (50% from 255) = 45.36%

R = 31.79%
G = 22.86%
B = 45.36%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59407F (or 0x59407F) is known color: Kingfisher Daisy. HEX triplet: 59, 40 and 7F. RGB value is (89,64,127). Sum of RGB (Red+Green+Blue) = 89+64+127=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #59407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59407F is #A6BF80. Grayscale: #4E4E4E. Windows color (decimal): -10928001 or 8339545. OLE color: 8339545.

HSL color Cylindrical-coordinate representation of color #59407F: hue angle of 263.81º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59407F is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 64 127 -
CMYK 0.30 0.50 0 0.50
HSL 263.81º 0.33% 0.37% -
HSV(B) 263.81º 0.5% 0.5% -
XYZ 9.78 7.32 20.98 -
YUV 78.66 155.28 135.38 -
System Red Green Blue C M Y K H S L
Decimal 89 64 127 0.30 0.50 0 0.50 263.81 0.33 0.37
Hex 59 40 7F 1E 32 0 32 108 21 25
Octal 131 100 177 36 62 0 62 410 41 45
Binary 1011001 1000000 1111111 11110 110010 0 110010 100001000 100001 100101

Color Harmonies of #59407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59407F

Black with #59407F

Text Example


Text Example

White with #59407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59407F; }

 p { color: rgb(89,64,127); }

 H1.HeaderClassName
 {
   color: #59407F;
 }
 .AnyTagClassName
 {
   color: #59407F;
 }
</style>

background-color css

<style>
 a { background-color: #59407F; }

 a { background-color: rgb(89,64,127); }

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

border-color css

<style>
 span { border-color: #59407F; }

 span { border-color: rgb(89,64,127); }

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