Html Css Color HEX #592194 Kingfisher Daisy

📋 copy color: '#592194'

red 89 ◦ green 33 ◦ blue 148

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

Shades of Kingfisher Daisy #592194

Tints of Kingfisher Daisy #592194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.81%

R = 32.96%
G = 12.22%
B = 54.81%

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

#592194 (or 0x592194) is known color: Kingfisher Daisy. HEX triplet: 59, 21 and 94. RGB value is (89,33,148). Sum of RGB (Red+Green+Blue) = 89+33+148=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #592194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592194 is #A6DE6B. Grayscale: #3E3E3E. Windows color (decimal): -10935916 or 9707865. OLE color: 9707865.

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

Color convert

RGB 89 33 148 -
CMYK 0.40 0.78 0 0.42
HSL 269.22º 0.64% 0.35% -
HSV(B) 269.22º 0.78% 0.58% -
XYZ 10.01 5.35 28.52 -
YUV 62.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 89 33 148 0.40 0.78 0 0.42 269.22 0.64 0.35
Hex 59 21 94 28 4E 0 2A 10D 40 23
Octal 131 41 224 50 116 0 52 415 100 43
Binary 1011001 100001 10010100 101000 1001110 0 101010 100001101 1000000 100011

Color Harmonies of #592194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592194

Black with #592194

Text Example


Text Example

White with #592194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592194; }

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

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

background-color css

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

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

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

border-color css

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

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

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