#545F62

Color #545F62 River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #545F62

Tints of River Bed #545F62

Color information

#545F62 (or 0x545F62) is unknown color: approx River Bed. HEX triplet: 54, 5F and 62. RGB value is (84,95,98). Sum of RGB (Red+Green+Blue) = 84+95+98=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 98 - color contains mainly: blue. Hex color #545F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F62 is #ABA09D. Grayscale: #5C5C5C. Windows color (decimal): -11247774 or 6446932. OLE color: 6446932.

HSL color Cylindrical-coordinate representation of color #545F62: hue angle of 192.86º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #545F62 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB849598-
CMYK0.140.0300.62
HSL192.86º7.69%35.69%-
HSV(B)192.86º14.29%38.43%-
XYZ9.9510.9513.14-
YUV92.05131.36122.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 98 (38.67% from 255) = 35.38%
R=30.32%
G=34.30%
B=35.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8495980.140.0300.62192.867.6935.69
Hex545F62E303Ec1824
Octal1241371421630763011044
Binary1010100101111111000101110110111110110000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545F62; }

 p { color: rgb(84,95,98); }

 H1.HeaderClassName
 {
   color: #545F62;
 }
 .AnyTagClassName
 {
   color: #545F62;
 }
</style>
background-color css

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

 a { background-color: rgb(84,95,98); }

 div.DivClassName
 {
   background-color: #545F62;
 }
 .BgClassName
 {
   background-color: #545F62;
 }
</style>
border-color css

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

 span { border-color: rgb(84,95,98); }

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