#54668C

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

Shades of Kashmir Blue #54668C

Tints of Kashmir Blue #54668C

Color information

#54668C (or 0x54668C) is unknown color: approx Kashmir Blue. HEX triplet: 54, 66 and 8C. RGB value is (84,102,140). Sum of RGB (Red+Green+Blue) = 84+102+140=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #54668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54668C is #AB9973. Grayscale: #646464. Windows color (decimal): -11245940 or 9201236. OLE color: 9201236.

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

Color convert

RGB84102140-
CMYK0.40.2700.45
HSL220.71º25%43.92%-
HSV(B)220.71º40%54.9%-
XYZ13.1413.2826.68-
YUV100.95150.04115.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=25.77%
G=31.29%
B=42.94%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841021400.40.2700.45220.712543.92
Hex54668C281B02Ddd192c
Octal12414621450330553353154
Binary10101001100110100011001010001101101011011101110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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