Html Css Color HEX #592096 Kingfisher Daisy

📋 copy color: '#592096'

red 89 ◦ green 32 ◦ blue 150

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

Shades of Kingfisher Daisy #592096

Tints of Kingfisher Daisy #592096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.81%

 BLUE value IS 150 (58.98% from 255) = 55.35%

R = 32.84%
G = 11.81%
B = 55.35%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#592096 (or 0x592096) is known color: Kingfisher Daisy. HEX triplet: 59, 20 and 96. RGB value is (89,32,150). Sum of RGB (Red+Green+Blue) = 89+32+150=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #592096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592096 is #A6DF69. Grayscale: #3E3E3E. Windows color (decimal): -10936170 or 9838681. OLE color: 9838681.

HSL color Cylindrical-coordinate representation of color #592096: hue angle of 268.98º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #592096 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 32 150 -
CMYK 0.41 0.79 0 0.41
HSL 268.98º 0.65% 0.36% -
HSV(B) 268.98º 0.79% 0.59% -
XYZ 10.14 5.36 29.35 -
YUV 62.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 89 32 150 0.41 0.79 0 0.41 268.98 0.65 0.36
Hex 59 20 96 29 4F 0 29 10D 41 24
Octal 131 40 226 51 117 0 51 415 101 44
Binary 1011001 100000 10010110 101001 1001111 0 101001 100001101 1000001 100100

Color Harmonies of #592096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592096

Black with #592096

Text Example


Text Example

White with #592096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592096; }

 p { color: rgb(89,32,150); }

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

background-color css

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

 a { background-color: rgb(89,32,150); }

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

border-color css

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

 span { border-color: rgb(89,32,150); }

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