Html Css Color HEX #592280 Kingfisher Daisy

📋 copy color: '#592280'

red 89 ◦ green 34 ◦ blue 128

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

Shades of Kingfisher Daisy #592280

Tints of Kingfisher Daisy #592280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.55%

 BLUE value IS 128 (50.39% from 255) = 51%

R = 35.46%
G = 13.55%
B = 51%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#592280 (or 0x592280) is known color: Kingfisher Daisy. HEX triplet: 59, 22 and 80. RGB value is (89,34,128). Sum of RGB (Red+Green+Blue) = 89+34+128=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #592280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592280 is #A6DD7F. Grayscale: #3C3C3C. Windows color (decimal): -10935680 or 8397401. OLE color: 8397401.

HSL color Cylindrical-coordinate representation of color #592280: hue angle of 275.11º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #592280 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 34 128 -
CMYK 0.30 0.73 0 0.50
HSL 275.11º 0.58% 0.32% -
HSV(B) 275.11º 0.73% 0.5% -
XYZ 8.59 4.83 20.9 -
YUV 61.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 89 34 128 0.30 0.73 0 0.50 275.11 0.58 0.32
Hex 59 22 80 1E 49 0 32 113 3A 20
Octal 131 42 200 36 111 0 62 423 72 40
Binary 1011001 100010 10000000 11110 1001001 0 110010 100010011 111010 100000

Color Harmonies of #592280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592280

Black with #592280

Text Example


Text Example

White with #592280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592280; }

 p { color: rgb(89,34,128); }

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

background-color css

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

 a { background-color: rgb(89,34,128); }

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

border-color css

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

 span { border-color: rgb(89,34,128); }

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