Html Css Color HEX #59427A Kingfisher Daisy

📋 copy color: '#59427A'

red 89 ◦ green 66 ◦ blue 122

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

Shades of Kingfisher Daisy #59427A

Tints of Kingfisher Daisy #59427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.83%

 BLUE value IS 122 (48.05% from 255) = 44.04%

R = 32.13%
G = 23.83%
B = 44.04%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59427A (or 0x59427A) is known color: Kingfisher Daisy. HEX triplet: 59, 42 and 7A. RGB value is (89,66,122). Sum of RGB (Red+Green+Blue) = 89+66+122=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #59427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59427A is #A6BD85. Grayscale: #4F4F4F. Windows color (decimal): -10927494 or 8012377. OLE color: 8012377.

HSL color Cylindrical-coordinate representation of color #59427A: hue angle of 264.64º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59427A is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 66 122 -
CMYK 0.27 0.46 0 0.52
HSL 264.64º 0.3% 0.37% -
HSV(B) 264.64º 0.46% 0.48% -
XYZ 9.58 7.43 19.34 -
YUV 79.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 89 66 122 0.27 0.46 0 0.52 264.64 0.3 0.37
Hex 59 42 7A 1B 2E 0 34 109 1E 25
Octal 131 102 172 33 56 0 64 411 36 45
Binary 1011001 1000010 1111010 11011 101110 0 110100 100001001 11110 100101

Color Harmonies of #59427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59427A

Black with #59427A

Text Example


Text Example

White with #59427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59427A; }

 p { color: rgb(89,66,122); }

 H1.HeaderClassName
 {
   color: #59427A;
 }
 .AnyTagClassName
 {
   color: #59427A;
 }
</style>

background-color css

<style>
 a { background-color: #59427A; }

 a { background-color: rgb(89,66,122); }

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

border-color css

<style>
 span { border-color: #59427A; }

 span { border-color: rgb(89,66,122); }

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