Html Css Color HEX #53376B Honey Flower

📋 copy color: '#53376B'

red 83 ◦ green 55 ◦ blue 107

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

Shades of Honey Flower #53376B

Tints of Honey Flower #53376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

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

R = 33.88%
G = 22.45%
B = 43.67%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53376B (or 0x53376B) is known color: Honey Flower. HEX triplet: 53, 37 and 6B. RGB value is (83,55,107). Sum of RGB (Red+Green+Blue) = 83+55+107=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #53376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53376B is #ACC894. Grayscale: #454545. Windows color (decimal): -11323541 or 7026515. OLE color: 7026515.

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

Color convert

RGB 83 55 107 -
CMYK 0.22 0.49 0 0.58
HSL 272.31º 0.32% 0.32% -
HSV(B) 272.31º 0.49% 0.42% -
XYZ 7.59 5.63 14.6 -
YUV 69.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 83 55 107 0.22 0.49 0 0.58 272.31 0.32 0.32
Hex 53 37 6B 16 31 0 3A 110 20 20
Octal 123 67 153 26 61 0 72 420 40 40
Binary 1010011 110111 1101011 10110 110001 0 111010 100010000 100000 100000

Color Harmonies of #53376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53376B

Black with #53376B

Text Example


Text Example

White with #53376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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