Html Css Color HEX #592D8D Kingfisher Daisy

📋 copy color: '#592D8D'

red 89 ◦ green 45 ◦ blue 141

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

Shades of Kingfisher Daisy #592D8D

Tints of Kingfisher Daisy #592D8D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.36%

 BLUE value IS 141 (55.47% from 255) = 51.27%

R = 32.36%
G = 16.36%
B = 51.27%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#592D8D (or 0x592D8D) is known color: Kingfisher Daisy. HEX triplet: 59, 2D and 8D. RGB value is (89,45,141). Sum of RGB (Red+Green+Blue) = 89+45+141=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #592D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592D8D is #A6D272. Grayscale: #444444. Windows color (decimal): -10932851 or 9252185. OLE color: 9252185.

HSL color Cylindrical-coordinate representation of color #592D8D: hue angle of 267.5º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #592D8D is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 45 141 -
CMYK 0.37 0.68 0 0.45
HSL 267.5º 0.52% 0.36% -
HSV(B) 267.5º 0.68% 0.55% -
XYZ 9.87 5.92 25.82 -
YUV 69.1 168.58 142.19 -
System Red Green Blue C M Y K H S L
Decimal 89 45 141 0.37 0.68 0 0.45 267.5 0.52 0.36
Hex 59 2D 8D 25 44 0 2D 10C 34 24
Octal 131 55 215 45 104 0 55 414 64 44
Binary 1011001 101101 10001101 100101 1000100 0 101101 100001100 110100 100100

Color Harmonies of #592D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592D8D

Black with #592D8D

Text Example


Text Example

White with #592D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592D8D; }

 p { color: rgb(89,45,141); }

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

background-color css

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

 a { background-color: rgb(89,45,141); }

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

border-color css

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

 span { border-color: rgb(89,45,141); }

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