Html Css Color HEX #53455A Honey Flower

📋 copy color: '#53455A'

red 83 ◦ green 69 ◦ blue 90

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

Shades of Honey Flower #53455A

Tints of Honey Flower #53455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.51%

 BLUE value IS 90 (35.55% from 255) = 37.19%

R = 34.3%
G = 28.51%
B = 37.19%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53455A (or 0x53455A) is known color: Honey Flower. HEX triplet: 53, 45 and 5A. RGB value is (83,69,90). Sum of RGB (Red+Green+Blue) = 83+69+90=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #53455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53455A is #ACBAA5. Grayscale: #4B4B4B. Windows color (decimal): -11319974 or 5915987. OLE color: 5915987.

HSL color Cylindrical-coordinate representation of color #53455A: hue angle of 280º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53455A is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 69 90 -
CMYK 0.08 0.23 0 0.65
HSL 280º 0.13% 0.31% -
HSV(B) 280º 0.23% 0.35% -
XYZ 7.54 6.83 10.59 -
YUV 75.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 83 69 90 0.08 0.23 0 0.65 280 0.13 0.31
Hex 53 45 5A 8 17 0 41 118 D 1F
Octal 123 105 132 10 27 0 101 430 15 37
Binary 1010011 1000101 1011010 1000 10111 0 1000001 100011000 1101 11111

Color Harmonies of #53455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53455A

Black with #53455A

Text Example


Text Example

White with #53455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53455A; }

 p { color: rgb(83,69,90); }

 H1.HeaderClassName
 {
   color: #53455A;
 }
 .AnyTagClassName
 {
   color: #53455A;
 }
</style>

background-color css

<style>
 a { background-color: #53455A; }

 a { background-color: rgb(83,69,90); }

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

border-color css

<style>
 span { border-color: #53455A; }

 span { border-color: rgb(83,69,90); }

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