Html Css Color HEX #592185 Kingfisher Daisy

📋 copy color: '#592185'

red 89 ◦ green 33 ◦ blue 133

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

Shades of Kingfisher Daisy #592185

Tints of Kingfisher Daisy #592185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 34.9%
G = 12.94%
B = 52.16%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#592185 (or 0x592185) is known color: Kingfisher Daisy. HEX triplet: 59, 21 and 85. RGB value is (89,33,133). Sum of RGB (Red+Green+Blue) = 89+33+133=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #592185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592185 is #A6DE7A. Grayscale: #3C3C3C. Windows color (decimal): -10935931 or 8724825. OLE color: 8724825.

HSL color Cylindrical-coordinate representation of color #592185: hue angle of 273.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #592185 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 33 133 -
CMYK 0.33 0.75 0 0.48
HSL 273.6º 0.6% 0.33% -
HSV(B) 273.6º 0.75% 0.52% -
XYZ 8.9 4.91 22.67 -
YUV 61.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 89 33 133 0.33 0.75 0 0.48 273.6 0.6 0.33
Hex 59 21 85 21 4B 0 30 112 3C 21
Octal 131 41 205 41 113 0 60 422 74 41
Binary 1011001 100001 10000101 100001 1001011 0 110000 100010010 111100 100001

Color Harmonies of #592185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592185

Black with #592185

Text Example


Text Example

White with #592185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592185; }

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

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

background-color css

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

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

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

border-color css

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

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

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