Html Css Color HEX #592880 Kingfisher Daisy

📋 copy color: '#592880'

red 89 ◦ green 40 ◦ blue 128

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

Shades of Kingfisher Daisy #592880

Tints of Kingfisher Daisy #592880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.56%

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

R = 34.63%
G = 15.56%
B = 49.81%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#592880 (or 0x592880) is known color: Kingfisher Daisy. HEX triplet: 59, 28 and 80. RGB value is (89,40,128). Sum of RGB (Red+Green+Blue) = 89+40+128=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #592880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592880 is #A6D77F. Grayscale: #404040. Windows color (decimal): -10934144 or 8398937. OLE color: 8398937.

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

Color convert

RGB 89 40 128 -
CMYK 0.30 0.69 0 0.50
HSL 273.41º 0.52% 0.33% -
HSV(B) 273.41º 0.69% 0.5% -
XYZ 8.77 5.2 20.96 -
YUV 64.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 89 40 128 0.30 0.69 0 0.50 273.41 0.52 0.33
Hex 59 28 80 1E 45 0 32 111 34 21
Octal 131 50 200 36 105 0 62 421 64 41
Binary 1011001 101000 10000000 11110 1000101 0 110010 100010001 110100 100001

Color Harmonies of #592880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592880

Black with #592880

Text Example


Text Example

White with #592880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592880; }

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

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

background-color css

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

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

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

border-color css

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

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

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