#54698D

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

Shades of Kashmir Blue #54698D

Tints of Kashmir Blue #54698D

Color information

#54698D (or 0x54698D) is unknown color: approx Kashmir Blue. HEX triplet: 54, 69 and 8D. RGB value is (84,105,141). Sum of RGB (Red+Green+Blue) = 84+105+141=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #54698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54698D is #AB9672. Grayscale: #666666. Windows color (decimal): -11245171 or 9267540. OLE color: 9267540.

HSL color Cylindrical-coordinate representation of color #54698D: hue angle of 217.89º 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 #54698D is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB84105141-
CMYK0.400.2600.45
HSL217.89º25.33%44.12%-
HSV(B)217.89º40.43%55.29%-
XYZ13.5213.9127.17-
YUV102.82149.54114.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=25.45%
G=31.82%
B=42.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841051410.400.2600.45217.8925.3344.12
Hex54698D281A02Dda192c
Octal12415121550320553323154
Binary10101001101001100011011010001101001011011101101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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