#54658C

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

Shades of Kashmir Blue #54658C

Tints of Kashmir Blue #54658C

Color information

#54658C (or 0x54658C) is unknown color: approx Kashmir Blue. HEX triplet: 54, 65 and 8C. RGB value is (84,101,140). Sum of RGB (Red+Green+Blue) = 84+101+140=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #54658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54658C is #AB9A73. Grayscale: #646464. Windows color (decimal): -11246196 or 9200980. OLE color: 9200980.

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

Color convert

RGB84101140-
CMYK0.40.2800.45
HSL221.79º25%43.92%-
HSV(B)221.79º40%54.9%-
XYZ13.0413.0926.65-
YUV100.36150.37116.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.85%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 140 (55.08% from 255) = 43.08%
R=25.85%
G=31.08%
B=43.08%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841011400.40.2800.45221.792543.92
Hex54658C281C02Dde192c
Octal12414521450340553363154
Binary10101001100101100011001010001110001011011101111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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