Html Css Color HEX #592195 Kingfisher Daisy

📋 copy color: '#592195'

red 89 ◦ green 33 ◦ blue 149

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

Shades of Kingfisher Daisy #592195

Tints of Kingfisher Daisy #592195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.18%

 BLUE value IS 149 (58.59% from 255) = 54.98%

R = 32.84%
G = 12.18%
B = 54.98%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#592195 (or 0x592195) is known color: Kingfisher Daisy. HEX triplet: 59, 21 and 95. RGB value is (89,33,149). Sum of RGB (Red+Green+Blue) = 89+33+149=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #592195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592195 is #A6DE6A. Grayscale: #3E3E3E. Windows color (decimal): -10935915 or 9773401. OLE color: 9773401.

HSL color Cylindrical-coordinate representation of color #592195: hue angle of 268.97º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #592195 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 33 149 -
CMYK 0.40 0.78 0 0.42
HSL 268.97º 0.64% 0.36% -
HSV(B) 268.97º 0.78% 0.58% -
XYZ 10.09 5.38 28.94 -
YUV 62.97 176.55 146.57 -
System Red Green Blue C M Y K H S L
Decimal 89 33 149 0.40 0.78 0 0.42 268.97 0.64 0.36
Hex 59 21 95 28 4E 0 2A 10D 40 24
Octal 131 41 225 50 116 0 52 415 100 44
Binary 1011001 100001 10010101 101000 1001110 0 101010 100001101 1000000 100100

Color Harmonies of #592195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592195

Black with #592195

Text Example


Text Example

White with #592195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592195; }

 p { color: rgb(89,33,149); }

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

background-color css

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

 a { background-color: rgb(89,33,149); }

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

border-color css

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

 span { border-color: rgb(89,33,149); }

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