#5436AB

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

Shades of Daisy Bush #5436AB

Tints of Daisy Bush #5436AB

Color information

#5436AB (or 0x5436AB) is unknown color: approx Daisy Bush. HEX triplet: 54, 36 and AB. RGB value is (84,54,171). Sum of RGB (Red+Green+Blue) = 84+54+171=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #5436AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5436AB is #ABC954. Grayscale: #4B4B4B. Windows color (decimal): -11258197 or 11220564. OLE color: 11220564.

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

Color convert

RGB8454171-
CMYK0.510.6800.33
HSL255.38º52%44.12%-
HSV(B)255.38º68.42%67.06%-
XYZ12.337.4639.32-
YUV76.31181.44133.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 171 (67.19% from 255) = 55.34%
R=27.18%
G=17.48%
B=55.34%

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
Decimal84541710.510.6800.33255.385244.12
Hex5436AB3344021ff342c
Octal12466253631040413776454
Binary1010100110110101010111100111000100010000111111111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5436AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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