Html Css Color HEX #592E8C Kingfisher Daisy

📋 copy color: '#592E8C'

red 89 ◦ green 46 ◦ blue 140

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

Shades of Kingfisher Daisy #592E8C

Tints of Kingfisher Daisy #592E8C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.73%

 BLUE value IS 140 (55.08% from 255) = 50.91%

R = 32.36%
G = 16.73%
B = 50.91%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#592E8C (or 0x592E8C) is known color: Kingfisher Daisy. HEX triplet: 59, 2E and 8C. RGB value is (89,46,140). Sum of RGB (Red+Green+Blue) = 89+46+140=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #592E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592E8C is #A6D173. Grayscale: #454545. Windows color (decimal): -10932596 or 9186905. OLE color: 9186905.

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

Color convert

RGB 89 46 140 -
CMYK 0.36 0.67 0 0.45
HSL 267.45º 0.51% 0.36% -
HSV(B) 267.45º 0.67% 0.55% -
XYZ 9.83 5.97 25.45 -
YUV 69.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 89 46 140 0.36 0.67 0 0.45 267.45 0.51 0.36
Hex 59 2E 8C 24 43 0 2D 10B 33 24
Octal 131 56 214 44 103 0 55 413 63 44
Binary 1011001 101110 10001100 100100 1000011 0 101101 100001011 110011 100100

Color Harmonies of #592E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592E8C

Black with #592E8C

Text Example


Text Example

White with #592E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,46,140); }

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

background-color css

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

 a { background-color: rgb(89,46,140); }

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

border-color css

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

 span { border-color: rgb(89,46,140); }

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