Html Css Color HEX #53386B Honey Flower

📋 copy color: '#53386B'

red 83 ◦ green 56 ◦ blue 107

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

Shades of Honey Flower #53386B

Tints of Honey Flower #53386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.5%

R = 33.74%
G = 22.76%
B = 43.5%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53386B (or 0x53386B) is known color: Honey Flower. HEX triplet: 53, 38 and 6B. RGB value is (83,56,107). Sum of RGB (Red+Green+Blue) = 83+56+107=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #53386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53386B is #ACC794. Grayscale: #454545. Windows color (decimal): -11323285 or 7026771. OLE color: 7026771.

HSL color Cylindrical-coordinate representation of color #53386B: hue angle of 271.76º degrees, saturation: 0.31, 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 #53386B is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 56 107 -
CMYK 0.22 0.48 0 0.58
HSL 271.76º 0.31% 0.32% -
HSV(B) 271.76º 0.48% 0.42% -
XYZ 7.64 5.73 14.61 -
YUV 69.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 83 56 107 0.22 0.48 0 0.58 271.76 0.31 0.32
Hex 53 38 6B 16 30 0 3A 110 1F 20
Octal 123 70 153 26 60 0 72 420 37 40
Binary 1010011 111000 1101011 10110 110000 0 111010 100010000 11111 100000

Color Harmonies of #53386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53386B

Black with #53386B

Text Example


Text Example

White with #53386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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