Html Css Color HEX #53336C Honey Flower

📋 copy color: '#53336C'

red 83 ◦ green 51 ◦ blue 108

#53336C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #53336C

Tints of Honey Flower #53336C

RGB

 RED value IS 83 (32.81% from 255) = 34.3%

 GREEN value IS 51 (20.31% from 255) = 21.07%

 BLUE value IS 108 (42.58% from 255) = 44.63%

R = 34.3%
G = 21.07%
B = 44.63%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53336C (or 0x53336C) is known color: Honey Flower. HEX triplet: 53, 33 and 6C. RGB value is (83,51,108). Sum of RGB (Red+Green+Blue) = 83+51+108=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #53336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53336C is #ACCC93. Grayscale: #424242. Windows color (decimal): -11324564 or 7091027. OLE color: 7091027.

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

Color convert

RGB 83 51 108 -
CMYK 0.23 0.53 0 0.58
HSL 273.68º 0.36% 0.31% -
HSV(B) 273.68º 0.53% 0.42% -
XYZ 7.46 5.29 14.82 -
YUV 67.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 83 51 108 0.23 0.53 0 0.58 273.68 0.36 0.31
Hex 53 33 6C 17 35 0 3A 112 24 1F
Octal 123 63 154 27 65 0 72 422 44 37
Binary 1010011 110011 1101100 10111 110101 0 111010 100010010 100100 11111

Color Harmonies of #53336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53336C

Black with #53336C

Text Example


Text Example

White with #53336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53336C;
 }
 .AnyTagClassName
 {
   color: #53336C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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