Html Css Color HEX #583BA8 Daisy Bush

📋 copy color: '#583BA8'

red 88 ◦ green 59 ◦ blue 168

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

Shades of Daisy Bush #583BA8

Tints of Daisy Bush #583BA8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.73%

 BLUE value IS 168 (66.02% from 255) = 53.33%

R = 27.94%
G = 18.73%
B = 53.33%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#583BA8 (or 0x583BA8) is known color: Daisy Bush. HEX triplet: 58, 3B and A8. RGB value is (88,59,168). Sum of RGB (Red+Green+Blue) = 88+59+168=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 168 (66.02% from 255 or 53.33% from 315); Max value from RGB is 168 - color contains mainly: blue. Hex color #583BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583BA8 is #A7C457. Grayscale: #4F4F4F. Windows color (decimal): -10994776 or 11025240. OLE color: 11025240.

HSL color Cylindrical-coordinate representation of color #583BA8: hue angle of 255.96º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #583BA8 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 88 59 168 -
CMYK 0.48 0.65 0 0.34
HSL 255.96º 0.48% 0.45% -
HSV(B) 255.96º 0.65% 0.66% -
XYZ 12.66 8.03 37.93 -
YUV 80.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 88 59 168 0.48 0.65 0 0.34 255.96 0.48 0.45
Hex 58 3B A8 30 41 0 22 100 30 2D
Octal 130 73 250 60 101 0 42 400 60 55
Binary 1011000 111011 10101000 110000 1000001 0 100010 100000000 110000 101101

Color Harmonies of #583BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583BA8

Black with #583BA8

Text Example


Text Example

White with #583BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583BA8; }

 p { color: rgb(88,59,168); }

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

background-color css

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

 a { background-color: rgb(88,59,168); }

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

border-color css

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

 span { border-color: rgb(88,59,168); }

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