#54668D

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

Shades of Kashmir Blue #54668D

Tints of Kashmir Blue #54668D

Color information

#54668D (or 0x54668D) is unknown color: approx Kashmir Blue. HEX triplet: 54, 66 and 8D. RGB value is (84,102,141). Sum of RGB (Red+Green+Blue) = 84+102+141=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #54668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54668D is #AB9972. Grayscale: #646464. Windows color (decimal): -11245939 or 9266772. OLE color: 9266772.

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

Color convert

RGB84102141-
CMYK0.400.2800.45
HSL221.05º25.33%44.12%-
HSV(B)221.05º40.43%55.29%-
XYZ13.2213.3127.07-
YUV101.06150.54115.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 141 (55.47% from 255) = 43.12%
R=25.69%
G=31.19%
B=43.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841021410.400.2800.45221.0525.3344.12
Hex54668D281C02Ddd192c
Octal12414621550340553353154
Binary10101001100110100011011010001110001011011101110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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