#54658B

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

Shades of Kashmir Blue #54658B

Tints of Kashmir Blue #54658B

Color information

#54658B (or 0x54658B) is unknown color: approx Kashmir Blue. HEX triplet: 54, 65 and 8B. RGB value is (84,101,139). Sum of RGB (Red+Green+Blue) = 84+101+139=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #54658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54658B is #AB9A74. Grayscale: #646464. Windows color (decimal): -11246197 or 9135444. OLE color: 9135444.

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

Color convert

RGB84101139-
CMYK0.400.2700.45
HSL221.45º24.66%43.73%-
HSV(B)221.45º39.57%54.51%-
XYZ12.9713.0626.26-
YUV100.25149.87116.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 139 (54.69% from 255) = 42.90%
R=25.93%
G=31.17%
B=42.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841011390.400.2700.45221.4524.6643.73
Hex54658B281B02Ddd192c
Octal12414521350330553353154
Binary10101001100101100010111010001101101011011101110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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