Html Css Color HEX #59417F Kingfisher Daisy

📋 copy color: '#59417F'

red 89 ◦ green 65 ◦ blue 127

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

Shades of Kingfisher Daisy #59417F

Tints of Kingfisher Daisy #59417F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

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

R = 31.67%
G = 23.13%
B = 45.2%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59417F (or 0x59417F) is known color: Kingfisher Daisy. HEX triplet: 59, 41 and 7F. RGB value is (89,65,127). Sum of RGB (Red+Green+Blue) = 89+65+127=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #59417F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59417F is #A6BE80. Grayscale: #4F4F4F. Windows color (decimal): -10927745 or 8339801. OLE color: 8339801.

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

Color convert

RGB 89 65 127 -
CMYK 0.30 0.49 0 0.50
HSL 263.23º 0.32% 0.38% -
HSV(B) 263.23º 0.49% 0.5% -
XYZ 9.84 7.44 21 -
YUV 79.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 89 65 127 0.30 0.49 0 0.50 263.23 0.32 0.38
Hex 59 41 7F 1E 31 0 32 107 20 26
Octal 131 101 177 36 61 0 62 407 40 46
Binary 1011001 1000001 1111111 11110 110001 0 110010 100000111 100000 100110

Color Harmonies of #59417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59417F

Black with #59417F

Text Example


Text Example

White with #59417F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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