Html Css Color HEX #53396C Honey Flower

📋 copy color: '#53396C'

red 83 ◦ green 57 ◦ blue 108

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

Shades of Honey Flower #53396C

Tints of Honey Flower #53396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.98%

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

R = 33.47%
G = 22.98%
B = 43.55%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53396C (or 0x53396C) is known color: Honey Flower. HEX triplet: 53, 39 and 6C. RGB value is (83,57,108). Sum of RGB (Red+Green+Blue) = 83+57+108=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #53396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53396C is #ACC693. Grayscale: #464646. Windows color (decimal): -11323028 or 7092563. OLE color: 7092563.

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

Color convert

RGB 83 57 108 -
CMYK 0.23 0.47 0 0.58
HSL 270.59º 0.31% 0.32% -
HSV(B) 270.59º 0.47% 0.42% -
XYZ 7.74 5.85 14.91 -
YUV 70.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 83 57 108 0.23 0.47 0 0.58 270.59 0.31 0.32
Hex 53 39 6C 17 2F 0 3A 10F 1F 20
Octal 123 71 154 27 57 0 72 417 37 40
Binary 1010011 111001 1101100 10111 101111 0 111010 100001111 11111 100000

Color Harmonies of #53396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53396C

Black with #53396C

Text Example


Text Example

White with #53396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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