Html Css Color HEX #592697 Daisy Bush

📋 copy color: '#592697'

red 89 ◦ green 38 ◦ blue 151

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

Shades of Daisy Bush #592697

Tints of Daisy Bush #592697

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

 BLUE value IS 151 (59.38% from 255) = 54.32%

R = 32.01%
G = 13.67%
B = 54.32%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#592697 (or 0x592697) is known color: Daisy Bush. HEX triplet: 59, 26 and 97. RGB value is (89,38,151). Sum of RGB (Red+Green+Blue) = 89+38+151=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #592697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592697 is #A6D968. Grayscale: #414141. Windows color (decimal): -10934633 or 9905753. OLE color: 9905753.

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

Color convert

RGB 89 38 151 -
CMYK 0.41 0.75 0 0.41
HSL 267.08º 0.6% 0.37% -
HSV(B) 267.08º 0.75% 0.59% -
XYZ 10.4 5.74 29.84 -
YUV 66.13 175.9 144.31 -
System Red Green Blue C M Y K H S L
Decimal 89 38 151 0.41 0.75 0 0.41 267.08 0.6 0.37
Hex 59 26 97 29 4B 0 29 10B 3C 25
Octal 131 46 227 51 113 0 51 413 74 45
Binary 1011001 100110 10010111 101001 1001011 0 101001 100001011 111100 100101

Color Harmonies of #592697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592697

Black with #592697

Text Example


Text Example

White with #592697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592697; }

 p { color: rgb(89,38,151); }

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

background-color css

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

 a { background-color: rgb(89,38,151); }

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

border-color css

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

 span { border-color: rgb(89,38,151); }

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