#5338AA

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

Shades of Daisy Bush #5338AA

Tints of Daisy Bush #5338AA

Color information

#5338AA (or 0x5338AA) is unknown color: approx Daisy Bush. HEX triplet: 53, 38 and AA. RGB value is (83,56,170). Sum of RGB (Red+Green+Blue) = 83+56+170=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #5338AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5338AA is #ACC755. Grayscale: #4C4C4C. Windows color (decimal): -11323222 or 11155539. OLE color: 11155539.

HSL color Cylindrical-coordinate representation of color #5338AA: hue angle of 254.21º 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 #5338AA is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8356170-
CMYK0.510.6700.33
HSL254.21º50.44%44.31%-
HSV(B)254.21º67.06%66.67%-
XYZ12.247.5738.85-
YUV77.07180.45132.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 56 (22.27% from 255) = 18.12%
BLUE value IS 170 (66.80% from 255) = 55.02%
R=26.86%
G=18.12%
B=55.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83561700.510.6700.33254.2150.4444.31
Hex5338AA3343021fe322c
Octal12370252631030413766254
Binary1010011111000101010101100111000011010000111111110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5338AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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