#54668E

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

Shades of Kashmir Blue #54668E

Tints of Kashmir Blue #54668E

Color information

#54668E (or 0x54668E) is unknown color: approx Kashmir Blue. HEX triplet: 54, 66 and 8E. RGB value is (84,102,142). Sum of RGB (Red+Green+Blue) = 84+102+142=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #54668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54668E is #AB9971. Grayscale: #656565. Windows color (decimal): -11245938 or 9332308. OLE color: 9332308.

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

Color convert

RGB84102142-
CMYK0.410.2800.44
HSL221.38º25.66%44.31%-
HSV(B)221.38º40.85%55.69%-
XYZ13.2913.3427.47-
YUV101.18151.04115.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 142 (55.86% from 255) = 43.29%
R=25.61%
G=31.10%
B=43.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841021420.410.2800.44221.3825.6644.31
Hex54668E291C02Cdd1a2c
Octal12414621651340543353254
Binary10101001100110100011101010011110001011001101110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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