#54708D

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

Shades of Kashmir Blue #54708D

Tints of Kashmir Blue #54708D

Color information

#54708D (or 0x54708D) is unknown color: approx Kashmir Blue. HEX triplet: 54, 70 and 8D. RGB value is (84,112,141). Sum of RGB (Red+Green+Blue) = 84+112+141=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #54708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54708D is #AB8F72. Grayscale: #6A6A6A. Windows color (decimal): -11243379 or 9269332. OLE color: 9269332.

HSL color Cylindrical-coordinate representation of color #54708D: hue angle of 210.53º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54708D is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB84112141-
CMYK0.400.2100.45
HSL210.53º25.33%44.12%-
HSV(B)210.53º40.43%55.29%-
XYZ14.2615.427.42-
YUV106.93147.22111.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 141 (55.47% from 255) = 41.84%
R=24.93%
G=33.23%
B=41.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841121410.400.2100.45210.5325.3344.12
Hex54708D281502Dd3192c
Octal12416021550250553233154
Binary10101001110000100011011010001010101011011101001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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