Html Css Color HEX #53386C Honey Flower

📋 copy color: '#53386C'

red 83 ◦ green 56 ◦ blue 108

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

Shades of Honey Flower #53386C

Tints of Honey Flower #53386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

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

R = 33.6%
G = 22.67%
B = 43.72%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53386C (or 0x53386C) is known color: Honey Flower. HEX triplet: 53, 38 and 6C. RGB value is (83,56,108). Sum of RGB (Red+Green+Blue) = 83+56+108=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #53386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53386C is #ACC793. Grayscale: #454545. Windows color (decimal): -11323284 or 7092307. OLE color: 7092307.

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

Color convert

RGB 83 56 108 -
CMYK 0.23 0.48 0 0.58
HSL 271.15º 0.32% 0.32% -
HSV(B) 271.15º 0.48% 0.42% -
XYZ 7.69 5.75 14.89 -
YUV 70 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 83 56 108 0.23 0.48 0 0.58 271.15 0.32 0.32
Hex 53 38 6C 17 30 0 3A 10F 20 20
Octal 123 70 154 27 60 0 72 417 40 40
Binary 1010011 111000 1101100 10111 110000 0 111010 100001111 100000 100000

Color Harmonies of #53386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53386C

Black with #53386C

Text Example


Text Example

White with #53386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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