#53356C

Color #53356C Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #53356C

Tints of Honey Flower #53356C

Color information

#53356C (or 0x53356C) is unknown color: approx Honey Flower. HEX triplet: 53, 35 and 6C. RGB value is (83,53,108). Sum of RGB (Red+Green+Blue) = 83+53+108=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #53356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53356C is #ACCA93. Grayscale: #444444. Windows color (decimal): -11324052 or 7091539. OLE color: 7091539.

HSL color Cylindrical-coordinate representation of color #53356C: hue angle of 272.73º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53356C is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8353108-
CMYK0.230.5100.58
HSL272.73º34.16%31.57%-
HSV(B)272.73º50.93%42.35%-
XYZ7.555.4714.84-
YUV68.24150.44138.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=34.02%
G=21.72%
B=44.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83531080.230.5100.58272.7334.1631.57
Hex53356C173303A1112220
Octal1236515427630724214240
Binary10100111101011101100101111100110111010100010001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53356C; }

 p { color: rgb(83,53,108); }

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

<style>
 a { background-color: #53356C; }

 a { background-color: rgb(83,53,108); }

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

<style>
 span { border-color: #53356C; }

 span { border-color: rgb(83,53,108); }

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