#54698B

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

Shades of Kashmir Blue #54698B

Tints of Kashmir Blue #54698B

Color information

#54698B (or 0x54698B) is unknown color: approx Kashmir Blue. HEX triplet: 54, 69 and 8B. RGB value is (84,105,139). Sum of RGB (Red+Green+Blue) = 84+105+139=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #54698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54698B is #AB9674. Grayscale: #666666. Windows color (decimal): -11245173 or 9136468. OLE color: 9136468.

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

Color convert

RGB84105139-
CMYK0.400.2400.45
HSL217.09º24.66%43.73%-
HSV(B)217.09º39.57%54.51%-
XYZ13.3713.8526.4-
YUV102.6148.54114.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=25.61%
G=32.01%
B=42.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841051390.400.2400.45217.0924.6643.73
Hex54698B281802Dd9192c
Octal12415121350300553313154
Binary10101001101001100010111010001100001011011101100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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