Html Css Color HEX #592394 Kingfisher Daisy

📋 copy color: '#592394'

red 89 ◦ green 35 ◦ blue 148

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

Shades of Kingfisher Daisy #592394

Tints of Kingfisher Daisy #592394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

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

R = 32.72%
G = 12.87%
B = 54.41%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#592394 (or 0x592394) is known color: Kingfisher Daisy. HEX triplet: 59, 23 and 94. RGB value is (89,35,148). Sum of RGB (Red+Green+Blue) = 89+35+148=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #592394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592394 is #A6DC6B. Grayscale: #3F3F3F. Windows color (decimal): -10935404 or 9708377. OLE color: 9708377.

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

Color convert

RGB 89 35 148 -
CMYK 0.40 0.76 0 0.42
HSL 268.67º 0.62% 0.36% -
HSV(B) 268.67º 0.76% 0.58% -
XYZ 10.07 5.46 28.54 -
YUV 64.03 175.39 145.81 -
System Red Green Blue C M Y K H S L
Decimal 89 35 148 0.40 0.76 0 0.42 268.67 0.62 0.36
Hex 59 23 94 28 4C 0 2A 10D 3E 24
Octal 131 43 224 50 114 0 52 415 76 44
Binary 1011001 100011 10010100 101000 1001100 0 101010 100001101 111110 100100

Color Harmonies of #592394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592394

Black with #592394

Text Example


Text Example

White with #592394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592394; }

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

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

background-color css

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

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

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

border-color css

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

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

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