#54698E

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

Shades of Kashmir Blue #54698E

Tints of Kashmir Blue #54698E

Color information

#54698E (or 0x54698E) is unknown color: approx Kashmir Blue. HEX triplet: 54, 69 and 8E. RGB value is (84,105,142). Sum of RGB (Red+Green+Blue) = 84+105+142=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #54698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54698E is #AB9671. Grayscale: #666666. Windows color (decimal): -11245170 or 9333076. OLE color: 9333076.

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

Color convert

RGB84105142-
CMYK0.410.2600.44
HSL218.28º25.66%44.31%-
HSV(B)218.28º40.85%55.69%-
XYZ13.5913.9427.57-
YUV102.94150.04114.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=25.38%
G=31.72%
B=42.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841051420.410.2600.44218.2825.6644.31
Hex54698E291A02Cda1a2c
Octal12415121651320543323254
Binary10101001101001100011101010011101001011001101101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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