#54688C

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

Shades of Kashmir Blue #54688C

Tints of Kashmir Blue #54688C

Color information

#54688C (or 0x54688C) is unknown color: approx Kashmir Blue. HEX triplet: 54, 68 and 8C. RGB value is (84,104,140). Sum of RGB (Red+Green+Blue) = 84+104+140=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #54688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54688C is #AB9773. Grayscale: #656565. Windows color (decimal): -11245428 or 9201748. OLE color: 9201748.

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

Color convert

RGB84104140-
CMYK0.40.2600.45
HSL218.57º25%43.92%-
HSV(B)218.57º40%54.9%-
XYZ13.3413.6826.75-
YUV102.12149.37115.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 140 (55.08% from 255) = 42.68%
R=25.61%
G=31.71%
B=42.68%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841041400.40.2600.45218.572543.92
Hex54688C281A02Ddb192c
Octal12415021450320553333154
Binary10101001101000100011001010001101001011011101101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54688C; }

 p { color: rgb(84,104,140); }

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

<style>
 a { background-color: #54688C; }

 a { background-color: rgb(84,104,140); }

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

<style>
 span { border-color: #54688C; }

 span { border-color: rgb(84,104,140); }

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