Html Css Color HEX #495C57 Stromboli

📋 copy color: '#495C57'

red 73 ◦ green 92 ◦ blue 87

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

Shades of Stromboli #495C57

Tints of Stromboli #495C57

RGB

 RED value IS 73 (28.91% from 255) = 28.97%

 GREEN value IS 92 (36.33% from 255) = 36.51%

 BLUE value IS 87 (34.38% from 255) = 34.52%

R = 28.97%
G = 36.51%
B = 34.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#495C57 (or 0x495C57) is known color: Stromboli. HEX triplet: 49, 5C and 57. RGB value is (73,92,87). Sum of RGB (Red+Green+Blue) = 73+92+87=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 92 - color contains mainly: green. Hex color #495C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C57 is #B6A3A8. Grayscale: #555555. Windows color (decimal): -11969449 or 5725257. OLE color: 5725257.

HSL color Cylindrical-coordinate representation of color #495C57: hue angle of 164.21º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #495C57 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 92 87 -
CMYK 0.21 0 0.05 0.64
HSL 164.21º 0.12% 0.32% -
HSV(B) 164.21º 0.21% 0.36% -
XYZ 8.3 9.76 10.46 -
YUV 85.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 73 92 87 0.21 0 0.05 0.64 164.21 0.12 0.32
Hex 49 5C 57 15 0 5 40 A4 C 20
Octal 111 134 127 25 0 5 100 244 14 40
Binary 1001001 1011100 1010111 10101 0 101 1000000 10100100 1100 100000

Color Harmonies of #495C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C57

Black with #495C57

Text Example


Text Example

White with #495C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495C57; }

 p { color: rgb(73,92,87); }

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

background-color css

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

 a { background-color: rgb(73,92,87); }

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

border-color css

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

 span { border-color: rgb(73,92,87); }

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