Html Css Color HEX #582DA3 Daisy Bush

📋 copy color: '#582DA3'

red 88 ◦ green 45 ◦ blue 163

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

Shades of Daisy Bush #582DA3

Tints of Daisy Bush #582DA3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.2%

 BLUE value IS 163 (64.06% from 255) = 55.07%

R = 29.73%
G = 15.2%
B = 55.07%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#582DA3 (or 0x582DA3) is known color: Daisy Bush. HEX triplet: 58, 2D and A3. RGB value is (88,45,163). Sum of RGB (Red+Green+Blue) = 88+45+163=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 163 (64.06% from 255 or 55.07% from 296); Max value from RGB is 163 - color contains mainly: blue. Hex color #582DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582DA3 is #A7D25C. Grayscale: #464646. Windows color (decimal): -10998365 or 10693976. OLE color: 10693976.

HSL color Cylindrical-coordinate representation of color #582DA3: hue angle of 261.86º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582DA3 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 45 163 -
CMYK 0.46 0.72 0 0.36
HSL 261.86º 0.57% 0.41% -
HSV(B) 261.86º 0.72% 0.64% -
XYZ 11.57 6.6 35.31 -
YUV 71.31 179.75 139.91 -
System Red Green Blue C M Y K H S L
Decimal 88 45 163 0.46 0.72 0 0.36 261.86 0.57 0.41
Hex 58 2D A3 2E 48 0 24 106 39 29
Octal 130 55 243 56 110 0 44 406 71 51
Binary 1011000 101101 10100011 101110 1001000 0 100100 100000110 111001 101001

Color Harmonies of #582DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582DA3

Black with #582DA3

Text Example


Text Example

White with #582DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582DA3; }

 p { color: rgb(88,45,163); }

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

background-color css

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

 a { background-color: rgb(88,45,163); }

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

border-color css

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

 span { border-color: rgb(88,45,163); }

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