#583fa4

Color #583FA4 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #583FA4

Tints of Daisy Bush #583FA4

Color information

#583FA4 (or 0x583FA4) is unknown color: approx 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

RGB8863164-
CMYK0.460.6200.36
HSL254.85º44.49%44.51%-
HSV(B)254.85º61.59%64.31%-
XYZ12.58.3136.07-
YUV81.99174.28132.29-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88631640.460.6200.36254.8544.4944.51
Hex583FA42E3E024ff2c2d
Octal1307724456760443775455
Binary101100011111110100100101110111110010010011111111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583fa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>