Html Css Color HEX #582299 Daisy Bush

📋 copy color: '#582299'

red 88 ◦ green 34 ◦ blue 153

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

Shades of Daisy Bush #582299

Tints of Daisy Bush #582299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.36%

 BLUE value IS 153 (60.16% from 255) = 55.64%

R = 32%
G = 12.36%
B = 55.64%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#582299 (or 0x582299) is known color: Daisy Bush. HEX triplet: 58, 22 and 99. RGB value is (88,34,153). Sum of RGB (Red+Green+Blue) = 88+34+153=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #582299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582299 is #A7DD66. Grayscale: #3F3F3F. Windows color (decimal): -11001191 or 10035800. OLE color: 10035800.

HSL color Cylindrical-coordinate representation of color #582299: hue angle of 267.23º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582299 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 34 153 -
CMYK 0.42 0.78 0 0.4
HSL 267.23º 0.64% 0.37% -
HSV(B) 267.23º 0.78% 0.6% -
XYZ 10.35 5.52 30.66 -
YUV 63.71 178.39 145.32 -
System Red Green Blue C M Y K H S L
Decimal 88 34 153 0.42 0.78 0 0.4 267.23 0.64 0.37
Hex 58 22 99 2A 4E 0 28 10B 40 25
Octal 130 42 231 52 116 0 50 413 100 45
Binary 1011000 100010 10011001 101010 1001110 0 101000 100001011 1000000 100101

Color Harmonies of #582299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582299

Black with #582299

Text Example


Text Example

White with #582299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582299; }

 p { color: rgb(88,34,153); }

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

background-color css

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

 a { background-color: rgb(88,34,153); }

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

border-color css

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

 span { border-color: rgb(88,34,153); }

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