Html Css Color HEX #592085 Kingfisher Daisy

📋 copy color: '#592085'

red 89 ◦ green 32 ◦ blue 133

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

Shades of Kingfisher Daisy #592085

Tints of Kingfisher Daisy #592085

RGB

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

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

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

R = 35.04%
G = 12.6%
B = 52.36%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#592085 (or 0x592085) is known color: Kingfisher Daisy. HEX triplet: 59, 20 and 85. RGB value is (89,32,133). Sum of RGB (Red+Green+Blue) = 89+32+133=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #592085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592085 is #A6DF7A. Grayscale: #3C3C3C. Windows color (decimal): -10936187 or 8724569. OLE color: 8724569.

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

Color convert

RGB 89 32 133 -
CMYK 0.33 0.76 0 0.48
HSL 273.86º 0.61% 0.32% -
HSV(B) 273.86º 0.76% 0.52% -
XYZ 8.87 4.85 22.66 -
YUV 60.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 89 32 133 0.33 0.76 0 0.48 273.86 0.61 0.32
Hex 59 20 85 21 4C 0 30 112 3D 20
Octal 131 40 205 41 114 0 60 422 75 40
Binary 1011001 100000 10000101 100001 1001100 0 110000 100010010 111101 100000

Color Harmonies of #592085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592085

Black with #592085

Text Example


Text Example

White with #592085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592085; }

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

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

background-color css

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

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

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

border-color css

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

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

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