Html Css Color HEX #582CA3 Daisy Bush

📋 copy color: '#582CA3'

red 88 ◦ green 44 ◦ blue 163

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

Shades of Daisy Bush #582CA3

Tints of Daisy Bush #582CA3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.92%

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

R = 29.83%
G = 14.92%
B = 55.25%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#582CA3 (or 0x582CA3) is known color: Daisy Bush. HEX triplet: 58, 2C and A3. RGB value is (88,44,163). Sum of RGB (Red+Green+Blue) = 88+44+163=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 163 (64.06% from 255 or 55.25% from 295); Max value from RGB is 163 - color contains mainly: blue. Hex color #582CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582CA3 is #A7D35C. Grayscale: #464646. Windows color (decimal): -10998621 or 10693720. OLE color: 10693720.

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

Color convert

RGB 88 44 163 -
CMYK 0.46 0.73 0 0.36
HSL 262.18º 0.57% 0.41% -
HSV(B) 262.18º 0.73% 0.64% -
XYZ 11.54 6.52 35.3 -
YUV 70.72 180.08 140.32 -
System Red Green Blue C M Y K H S L
Decimal 88 44 163 0.46 0.73 0 0.36 262.18 0.57 0.41
Hex 58 2C A3 2E 49 0 24 106 39 29
Octal 130 54 243 56 111 0 44 406 71 51
Binary 1011000 101100 10100011 101110 1001001 0 100100 100000110 111001 101001

Color Harmonies of #582CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CA3

Black with #582CA3

Text Example


Text Example

White with #582CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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