#5338A9

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

Shades of Daisy Bush #5338A9

Tints of Daisy Bush #5338A9

Color information

#5338A9 (or 0x5338A9) is unknown color: approx Daisy Bush. HEX triplet: 53, 38 and A9. RGB value is (83,56,169). Sum of RGB (Red+Green+Blue) = 83+56+169=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 169 (66.41% from 255 or 54.87% from 308); Max value from RGB is 169 - color contains mainly: blue. Hex color #5338A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5338A9 is #ACC756. Grayscale: #4C4C4C. Windows color (decimal): -11323223 or 11090003. OLE color: 11090003.

HSL color Cylindrical-coordinate representation of color #5338A9: hue angle of 254.34º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5338A9 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8356169-
CMYK0.510.6700.34
HSL254.34º50.22%44.12%-
HSV(B)254.34º66.86%66.27%-
XYZ12.147.5338.35-
YUV76.96179.95132.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 169 (66.41% from 255) = 54.87%
R=26.95%
G=18.18%
B=54.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal83561690.510.6700.34254.3450.2244.12
Hex5338A93343022fe322c
Octal12370251631030423766254
Binary1010011111000101010011100111000011010001011111110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5338A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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