Html Css Color HEX #582597 Daisy Bush

📋 copy color: '#582597'

red 88 ◦ green 37 ◦ blue 151

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

Shades of Daisy Bush #582597

Tints of Daisy Bush #582597

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 31.88%
G = 13.41%
B = 54.71%

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

#582597 (or 0x582597) is known color: Daisy Bush. HEX triplet: 58, 25 and 97. RGB value is (88,37,151). Sum of RGB (Red+Green+Blue) = 88+37+151=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #582597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582597 is #A7DA68. Grayscale: #404040. Windows color (decimal): -11000425 or 9905496. OLE color: 9905496.

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

Color convert

RGB 88 37 151 -
CMYK 0.42 0.75 0 0.41
HSL 266.84º 0.61% 0.37% -
HSV(B) 266.84º 0.75% 0.59% -
XYZ 10.27 5.63 29.82 -
YUV 65.25 176.4 144.23 -
System Red Green Blue C M Y K H S L
Decimal 88 37 151 0.42 0.75 0 0.41 266.84 0.61 0.37
Hex 58 25 97 2A 4B 0 29 10B 3D 25
Octal 130 45 227 52 113 0 51 413 75 45
Binary 1011000 100101 10010111 101010 1001011 0 101001 100001011 111101 100101

Color Harmonies of #582597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582597

Black with #582597

Text Example


Text Example

White with #582597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582597; }

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

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

background-color css

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

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

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

border-color css

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

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

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