Html Css Color HEX #583FAA Daisy Bush

📋 copy color: '#583FAA'

red 88 ◦ green 63 ◦ blue 170

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

Shades of Daisy Bush #583FAA

Tints of Daisy Bush #583FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

 BLUE value IS 170 (66.8% from 255) = 52.96%

R = 27.41%
G = 19.63%
B = 52.96%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#583FAA (or 0x583FAA) is known color: Daisy Bush. HEX triplet: 58, 3F and AA. RGB value is (88,63,170). Sum of RGB (Red+Green+Blue) = 88+63+170=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #583FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583FAA is #A7C055. Grayscale: #525252. Windows color (decimal): -10993750 or 11157336. OLE color: 11157336.

HSL color Cylindrical-coordinate representation of color #583FAA: hue angle of 254.02º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #583FAA is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 63 170 -
CMYK 0.48 0.63 0 0.33
HSL 254.02º 0.46% 0.46% -
HSV(B) 254.02º 0.63% 0.67% -
XYZ 13.06 8.53 38.99 -
YUV 82.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 88 63 170 0.48 0.63 0 0.33 254.02 0.46 0.46
Hex 58 3F AA 30 3F 0 21 FE 2E 2E
Octal 130 77 252 60 77 0 41 376 56 56
Binary 1011000 111111 10101010 110000 111111 0 100001 11111110 101110 101110

Color Harmonies of #583FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583FAA

Black with #583FAA

Text Example


Text Example

White with #583FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,63,170); }

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

background-color css

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

 a { background-color: rgb(88,63,170); }

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

border-color css

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

 span { border-color: rgb(88,63,170); }

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