Html Css Color HEX #455953 Stromboli

📋 copy color: '#455953'

red 69 ◦ green 89 ◦ blue 83

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

Shades of Stromboli #455953

Tints of Stromboli #455953

RGB

 RED value IS 69 (27.34% from 255) = 28.63%

 GREEN value IS 89 (35.16% from 255) = 36.93%

 BLUE value IS 83 (32.81% from 255) = 34.44%

R = 28.63%
G = 36.93%
B = 34.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#455953 (or 0x455953) is known color: Stromboli. HEX triplet: 45, 59 and 53. RGB value is (69,89,83). Sum of RGB (Red+Green+Blue) = 69+89+83=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #455953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455953 is #BAA6AC. Grayscale: #525252. Windows color (decimal): -12232365 or 5462341. OLE color: 5462341.

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

Color convert

RGB 69 89 83 -
CMYK 0.22 0 0.07 0.65
HSL 162º 0.13% 0.31% -
HSV(B) 162º 0.22% 0.35% -
XYZ 7.59 9.03 9.53 -
YUV 82.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 69 89 83 0.22 0 0.07 0.65 162 0.13 0.31
Hex 45 59 53 16 0 7 41 A2 D 1F
Octal 105 131 123 26 0 7 101 242 15 37
Binary 1000101 1011001 1010011 10110 0 111 1000001 10100010 1101 11111

Color Harmonies of #455953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455953

Black with #455953

Text Example


Text Example

White with #455953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455953; }

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

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

background-color css

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

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

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

border-color css

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

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

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