Html Css Color HEX #582697 Daisy Bush

📋 copy color: '#582697'

red 88 ◦ green 38 ◦ blue 151

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

Shades of Daisy Bush #582697

Tints of Daisy Bush #582697

RGB

 RED value IS 88 (34.77% from 255) = 31.77%

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

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

R = 31.77%
G = 13.72%
B = 54.51%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#582697 (or 0x582697) is known color: Daisy Bush. HEX triplet: 58, 26 and 97. RGB value is (88,38,151). Sum of RGB (Red+Green+Blue) = 88+38+151=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 151 (59.38% from 255 or 54.51% from 277); Max value from RGB is 151 - color contains mainly: blue. Hex color #582697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582697 is #A7D968. Grayscale: #414141. Windows color (decimal): -11000169 or 9905752. OLE color: 9905752.

HSL color Cylindrical-coordinate representation of color #582697: hue angle of 266.55º 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 #582697 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 38 151 -
CMYK 0.42 0.75 0 0.41
HSL 266.55º 0.6% 0.37% -
HSV(B) 266.55º 0.75% 0.59% -
XYZ 10.3 5.7 29.83 -
YUV 65.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 88 38 151 0.42 0.75 0 0.41 266.55 0.6 0.37
Hex 58 26 97 2A 4B 0 29 10B 3C 25
Octal 130 46 227 52 113 0 51 413 74 45
Binary 1011000 100110 10010111 101010 1001011 0 101001 100001011 111100 100101

Color Harmonies of #582697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582697

Black with #582697

Text Example


Text Example

White with #582697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582697; }

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

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

background-color css

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

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

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

border-color css

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

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

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