Html Css Color HEX #583FA4 Daisy Bush

📋 copy color: '#583FA4'

red 88 ◦ green 63 ◦ blue 164

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

Shades of Daisy Bush #583FA4

Tints of Daisy Bush #583FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 52.06%

R = 27.94%
G = 20%
B = 52.06%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#583FA4 (or 0x583FA4) is known color: Daisy Bush. HEX triplet: 58, 3F and A4. RGB value is (88,63,164). Sum of RGB (Red+Green+Blue) = 88+63+164=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #583FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583FA4 is #A7C05B. Grayscale: #515151. Windows color (decimal): -10993756 or 10764120. OLE color: 10764120.

HSL color Cylindrical-coordinate representation of color #583FA4: hue angle of 254.85º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #583FA4 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 63 164 -
CMYK 0.46 0.62 0 0.36
HSL 254.85º 0.44% 0.45% -
HSV(B) 254.85º 0.62% 0.64% -
XYZ 12.5 8.31 36.07 -
YUV 81.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 88 63 164 0.46 0.62 0 0.36 254.85 0.44 0.45
Hex 58 3F A4 2E 3E 0 24 FF 2C 2D
Octal 130 77 244 56 76 0 44 377 54 55
Binary 1011000 111111 10100100 101110 111110 0 100100 11111111 101100 101101

Color Harmonies of #583FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583FA4

Black with #583FA4

Text Example


Text Example

White with #583FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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