Html Css Color HEX #582DA5 Daisy Bush

📋 copy color: '#582DA5'

red 88 ◦ green 45 ◦ blue 165

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

Shades of Daisy Bush #582DA5

Tints of Daisy Bush #582DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 55.37%

R = 29.53%
G = 15.1%
B = 55.37%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#582DA5 (or 0x582DA5) is known color: Daisy Bush. HEX triplet: 58, 2D and A5. RGB value is (88,45,165). Sum of RGB (Red+Green+Blue) = 88+45+165=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 165 (64.84% from 255 or 55.37% from 298); Max value from RGB is 165 - color contains mainly: blue. Hex color #582DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582DA5 is #A7D25A. Grayscale: #474747. Windows color (decimal): -10998363 or 10825048. OLE color: 10825048.

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

Color convert

RGB 88 45 165 -
CMYK 0.47 0.73 0 0.35
HSL 261.5º 0.57% 0.41% -
HSV(B) 261.5º 0.73% 0.65% -
XYZ 11.75 6.67 36.26 -
YUV 71.54 180.75 139.74 -
System Red Green Blue C M Y K H S L
Decimal 88 45 165 0.47 0.73 0 0.35 261.5 0.57 0.41
Hex 58 2D A5 2F 49 0 23 106 39 29
Octal 130 55 245 57 111 0 43 406 71 51
Binary 1011000 101101 10100101 101111 1001001 0 100011 100000110 111001 101001

Color Harmonies of #582DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582DA5

Black with #582DA5

Text Example


Text Example

White with #582DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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