Html Css Color HEX #592982 Kingfisher Daisy

📋 copy color: '#592982'

red 89 ◦ green 41 ◦ blue 130

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

Shades of Kingfisher Daisy #592982

Tints of Kingfisher Daisy #592982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

 BLUE value IS 130 (51.17% from 255) = 50%

R = 34.23%
G = 15.77%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#592982 (or 0x592982) is known color: Kingfisher Daisy. HEX triplet: 59, 29 and 82. RGB value is (89,41,130). Sum of RGB (Red+Green+Blue) = 89+41+130=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #592982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592982 is #A6D67D. Grayscale: #414141. Windows color (decimal): -10933886 or 8530265. OLE color: 8530265.

HSL color Cylindrical-coordinate representation of color #592982: hue angle of 272.36º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #592982 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 41 130 -
CMYK 0.32 0.68 0 0.49
HSL 272.36º 0.52% 0.34% -
HSV(B) 272.36º 0.68% 0.51% -
XYZ 8.94 5.32 21.67 -
YUV 65.5 164.4 144.76 -
System Red Green Blue C M Y K H S L
Decimal 89 41 130 0.32 0.68 0 0.49 272.36 0.52 0.34
Hex 59 29 82 20 44 0 31 110 34 22
Octal 131 51 202 40 104 0 61 420 64 42
Binary 1011001 101001 10000010 100000 1000100 0 110001 100010000 110100 100010

Color Harmonies of #592982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592982

Black with #592982

Text Example


Text Example

White with #592982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592982; }

 p { color: rgb(89,41,130); }

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

background-color css

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

 a { background-color: rgb(89,41,130); }

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

border-color css

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

 span { border-color: rgb(89,41,130); }

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