#5638AA

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

Shades of Daisy Bush #5638AA

Tints of Daisy Bush #5638AA

Color information

#5638AA (or 0x5638AA) is unknown color: approx Daisy Bush. HEX triplet: 56, 38 and AA. RGB value is (86,56,170). Sum of RGB (Red+Green+Blue) = 86+56+170=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #5638AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5638AA is #A9C755. Grayscale: #4D4D4D. Windows color (decimal): -11126614 or 11155542. OLE color: 11155542.

HSL color Cylindrical-coordinate representation of color #5638AA: hue angle of 255.79º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5638AA is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8656170-
CMYK0.490.6700.33
HSL255.79º50.44%44.31%-
HSV(B)255.79º67.06%66.67%-
XYZ12.517.7138.86-
YUV77.97179.94133.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 170 (66.80% from 255) = 54.49%
R=27.56%
G=17.95%
B=54.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86561700.490.6700.33255.7950.4444.31
Hex5638AA3143021100322c
Octal12670252611030414006254
Binary10101101110001010101011000110000110100001100000000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5638AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5638AA; }

 p { color: rgb(86,56,170); }

 H1.HeaderClassName
 {
   color: #5638AA;
 }
 .AnyTagClassName
 {
   color: #5638AA;
 }
</style>
background-color css

<style>
 a { background-color: #5638AA; }

 a { background-color: rgb(86,56,170); }

 div.DivClassName
 {
   background-color: #5638AA;
 }
 .BgClassName
 {
   background-color: #5638AA;
 }
</style>
border-color css

<style>
 span { border-color: #5638AA; }

 span { border-color: rgb(86,56,170); }

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