#545F70

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

Shades of Chambray #545F70

Tints of Chambray #545F70

Color information

#545F70 (or 0x545F70) is unknown color: approx Chambray. HEX triplet: 54, 5F and 70. RGB value is (84,95,112). Sum of RGB (Red+Green+Blue) = 84+95+112=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #545F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F70 is #ABA08F. Grayscale: #5D5D5D. Windows color (decimal): -11247760 or 7364436. OLE color: 7364436.

HSL color Cylindrical-coordinate representation of color #545F70: hue angle of 216.43º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #545F70 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8495112-
CMYK0.250.1500.56
HSL216.43º14.29%38.43%-
HSV(B)216.43º25%43.92%-
XYZ10.6711.2416.94-
YUV93.65138.36121.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.87%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=28.87%
G=32.65%
B=38.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84951120.250.1500.56216.4314.2938.43
Hex545F7019F038d8e26
Octal12413716031170703301646
Binary1010100101111111100001100111110111000110110001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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