#54708E

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

Shades of Kashmir Blue #54708E

Tints of Kashmir Blue #54708E

Color information

#54708E (or 0x54708E) is unknown color: approx Kashmir Blue. HEX triplet: 54, 70 and 8E. RGB value is (84,112,142). Sum of RGB (Red+Green+Blue) = 84+112+142=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #54708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54708E is #AB8F71. Grayscale: #6A6A6A. Windows color (decimal): -11243378 or 9334868. OLE color: 9334868.

HSL color Cylindrical-coordinate representation of color #54708E: hue angle of 211.03º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54708E is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB84112142-
CMYK0.410.2100.44
HSL211.03º25.66%44.31%-
HSV(B)211.03º40.85%55.69%-
XYZ14.3315.4327.81-
YUV107.05147.72111.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.85%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 142 (55.86% from 255) = 42.01%
R=24.85%
G=33.14%
B=42.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841121420.410.2100.44211.0325.6644.31
Hex54708E291502Cd31a2c
Octal12416021651250543233254
Binary10101001110000100011101010011010101011001101001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54708E; }

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

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

<style>
 a { background-color: #54708E; }

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

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

<style>
 span { border-color: #54708E; }

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

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