Html Css Color HEX #485B56 Stromboli

📋 copy color: '#485B56'

red 72 ◦ green 91 ◦ blue 86

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

Shades of Stromboli #485B56

Tints of Stromboli #485B56

RGB

 RED value IS 72 (28.52% from 255) = 28.92%

 GREEN value IS 91 (35.94% from 255) = 36.55%

 BLUE value IS 86 (33.98% from 255) = 34.54%

R = 28.92%
G = 36.55%
B = 34.54%

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

#485B56 (or 0x485B56) is known color: Stromboli. HEX triplet: 48, 5B and 56. RGB value is (72,91,86). Sum of RGB (Red+Green+Blue) = 72+91+86=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 91 - color contains mainly: green. Hex color #485B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B56 is #B7A4A9. Grayscale: #545454. Windows color (decimal): -12035242 or 5659464. OLE color: 5659464.

HSL color Cylindrical-coordinate representation of color #485B56: 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 #485B56 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 91 86 -
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.09 9.53 10.22 -
YUV 84.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 72 91 86 0.21 0 0.05 0.64 164.21 0.12 0.32
Hex 48 5B 56 15 0 5 40 A4 C 20
Octal 110 133 126 25 0 5 100 244 14 40
Binary 1001000 1011011 1010110 10101 0 101 1000000 10100100 1100 100000

Color Harmonies of #485B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B56

Black with #485B56

Text Example


Text Example

White with #485B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485B56; }

 p { color: rgb(72,91,86); }

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

background-color css

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

 a { background-color: rgb(72,91,86); }

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

border-color css

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

 span { border-color: rgb(72,91,86); }

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