Html Css Color HEX #592698 Daisy Bush

📋 copy color: '#592698'

red 89 ◦ green 38 ◦ blue 152

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

Shades of Daisy Bush #592698

Tints of Daisy Bush #592698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 54.48%

R = 31.9%
G = 13.62%
B = 54.48%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#592698 (or 0x592698) is known color: Daisy Bush. HEX triplet: 59, 26 and 98. RGB value is (89,38,152). Sum of RGB (Red+Green+Blue) = 89+38+152=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #592698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592698 is #A6D967. Grayscale: #414141. Windows color (decimal): -10934632 or 9971289. OLE color: 9971289.

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

Color convert

RGB 89 38 152 -
CMYK 0.41 0.75 0 0.40
HSL 266.84º 0.6% 0.37% -
HSV(B) 266.84º 0.75% 0.6% -
XYZ 10.48 5.78 30.27 -
YUV 66.25 176.4 144.23 -
System Red Green Blue C M Y K H S L
Decimal 89 38 152 0.41 0.75 0 0.40 266.84 0.6 0.37
Hex 59 26 98 29 4B 0 28 10B 3C 25
Octal 131 46 230 51 113 0 50 413 74 45
Binary 1011001 100110 10011000 101001 1001011 0 101000 100001011 111100 100101

Color Harmonies of #592698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592698

Black with #592698

Text Example


Text Example

White with #592698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592698; }

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

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

background-color css

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

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

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

border-color css

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

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

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