#5336AB

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

Shades of Daisy Bush #5336AB

Tints of Daisy Bush #5336AB

Color information

#5336AB (or 0x5336AB) is unknown color: approx Daisy Bush. HEX triplet: 53, 36 and AB. RGB value is (83,54,171). Sum of RGB (Red+Green+Blue) = 83+54+171=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #5336AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5336AB is #ACC954. Grayscale: #4B4B4B. Windows color (decimal): -11323733 or 11220563. OLE color: 11220563.

HSL color Cylindrical-coordinate representation of color #5336AB: hue angle of 254.87º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5336AB is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8354171-
CMYK0.510.6800.33
HSL254.87º52%44.12%-
HSV(B)254.87º68.42%67.06%-
XYZ12.247.4239.31-
YUV76.01181.61132.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 171 (67.19% from 255) = 55.52%
R=26.95%
G=17.53%
B=55.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83541710.510.6800.33254.875244.12
Hex5336AB3344021ff342c
Octal12366253631040413776454
Binary1010011110110101010111100111000100010000111111111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5336AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5336AB; }

 p { color: rgb(83,54,171); }

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

<style>
 a { background-color: #5336AB; }

 a { background-color: rgb(83,54,171); }

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

<style>
 span { border-color: #5336AB; }

 span { border-color: rgb(83,54,171); }

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