Html Css Color HEX #592082 Kingfisher Daisy

📋 copy color: '#592082'

red 89 ◦ green 32 ◦ blue 130

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

Shades of Kingfisher Daisy #592082

Tints of Kingfisher Daisy #592082

RGB

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

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

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

R = 35.46%
G = 12.75%
B = 51.79%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#592082 (or 0x592082) is known color: Kingfisher Daisy. HEX triplet: 59, 20 and 82. RGB value is (89,32,130). Sum of RGB (Red+Green+Blue) = 89+32+130=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #592082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592082 is #A6DF7D. Grayscale: #3B3B3B. Windows color (decimal): -10936190 or 8527961. OLE color: 8527961.

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

Color convert

RGB 89 32 130 -
CMYK 0.32 0.75 0 0.49
HSL 274.9º 0.6% 0.32% -
HSV(B) 274.9º 0.75% 0.51% -
XYZ 8.67 4.77 21.58 -
YUV 60.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 89 32 130 0.32 0.75 0 0.49 274.9 0.6 0.32
Hex 59 20 82 20 4B 0 31 113 3C 20
Octal 131 40 202 40 113 0 61 423 74 40
Binary 1011001 100000 10000010 100000 1001011 0 110001 100010011 111100 100000

Color Harmonies of #592082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592082

Black with #592082

Text Example


Text Example

White with #592082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592082; }

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

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

background-color css

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

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

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

border-color css

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

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

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