Html Css Color HEX #592582 Kingfisher Daisy

📋 copy color: '#592582'

red 89 ◦ green 37 ◦ blue 130

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

Shades of Kingfisher Daisy #592582

Tints of Kingfisher Daisy #592582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

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

R = 34.77%
G = 14.45%
B = 50.78%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#592582 (or 0x592582) is known color: Kingfisher Daisy. HEX triplet: 59, 25 and 82. RGB value is (89,37,130). Sum of RGB (Red+Green+Blue) = 89+37+130=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #592582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592582 is #A6DA7D. Grayscale: #3E3E3E. Windows color (decimal): -10934910 or 8529241. OLE color: 8529241.

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

Color convert

RGB 89 37 130 -
CMYK 0.32 0.72 0 0.49
HSL 273.55º 0.56% 0.33% -
HSV(B) 273.55º 0.72% 0.51% -
XYZ 8.81 5.06 21.63 -
YUV 63.15 165.73 146.44 -
System Red Green Blue C M Y K H S L
Decimal 89 37 130 0.32 0.72 0 0.49 273.55 0.56 0.33
Hex 59 25 82 20 48 0 31 112 38 21
Octal 131 45 202 40 110 0 61 422 70 41
Binary 1011001 100101 10000010 100000 1001000 0 110001 100010010 111000 100001

Color Harmonies of #592582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592582

Black with #592582

Text Example


Text Example

White with #592582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592582; }

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

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

background-color css

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

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

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

border-color css

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

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

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