Html Css Color HEX #53435D Honey Flower

📋 copy color: '#53435D'

red 83 ◦ green 67 ◦ blue 93

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

Shades of Honey Flower #53435D

Tints of Honey Flower #53435D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.57%

 BLUE value IS 93 (36.72% from 255) = 38.27%

R = 34.16%
G = 27.57%
B = 38.27%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53435D (or 0x53435D) is known color: Honey Flower. HEX triplet: 53, 43 and 5D. RGB value is (83,67,93). Sum of RGB (Red+Green+Blue) = 83+67+93=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 93 - color contains mainly: blue. Hex color #53435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53435D is #ACBCA2. Grayscale: #4A4A4A. Windows color (decimal): -11320483 or 6112083. OLE color: 6112083.

HSL color Cylindrical-coordinate representation of color #53435D: hue angle of 276.92º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53435D is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 67 93 -
CMYK 0.11 0.28 0 0.64
HSL 276.92º 0.16% 0.31% -
HSV(B) 276.92º 0.28% 0.36% -
XYZ 7.55 6.64 11.24 -
YUV 74.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 83 67 93 0.11 0.28 0 0.64 276.92 0.16 0.31
Hex 53 43 5D B 1C 0 40 115 10 1F
Octal 123 103 135 13 34 0 100 425 20 37
Binary 1010011 1000011 1011101 1011 11100 0 1000000 100010101 10000 11111

Color Harmonies of #53435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53435D

Black with #53435D

Text Example


Text Example

White with #53435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53435D; }

 p { color: rgb(83,67,93); }

 H1.HeaderClassName
 {
   color: #53435D;
 }
 .AnyTagClassName
 {
   color: #53435D;
 }
</style>

background-color css

<style>
 a { background-color: #53435D; }

 a { background-color: rgb(83,67,93); }

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

border-color css

<style>
 span { border-color: #53435D; }

 span { border-color: rgb(83,67,93); }

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