#54647F

Color #54647F Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #54647F

Tints of Kashmir Blue #54647F

Color information

#54647F (or 0x54647F) is unknown color: approx Kashmir Blue. HEX triplet: 54, 64 and 7F. RGB value is (84,100,127). Sum of RGB (Red+Green+Blue) = 84+100+127=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #54647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54647F is #AB9B80. Grayscale: #626262. Windows color (decimal): -11246465 or 8348756. OLE color: 8348756.

HSL color Cylindrical-coordinate representation of color #54647F: hue angle of 217.67º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54647F is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB84100127-
CMYK0.340.2100.50
HSL217.67º20.38%41.37%-
HSV(B)217.67º33.86%49.8%-
XYZ12.0412.5321.86-
YUV98.29144.2117.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 127 (50% from 255) = 40.84%
R=27.01%
G=32.15%
B=40.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal841001270.340.2100.50217.6720.3841.37
Hex54647F2215032da1429
Octal12414417742250623322451
Binary1010100110010011111111000101010101100101101101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54647F; }

 p { color: rgb(84,100,127); }

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

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

 a { background-color: rgb(84,100,127); }

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

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

 span { border-color: rgb(84,100,127); }

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