#54658E

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

Shades of Kashmir Blue #54658E

Tints of Kashmir Blue #54658E

Color information

#54658E (or 0x54658E) is unknown color: approx Kashmir Blue. HEX triplet: 54, 65 and 8E. RGB value is (84,101,142). Sum of RGB (Red+Green+Blue) = 84+101+142=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #54658E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54658E is #AB9A71. Grayscale: #646464. Windows color (decimal): -11246194 or 9332052. OLE color: 9332052.

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

Color convert

RGB84101142-
CMYK0.410.2900.44
HSL222.41º25.66%44.31%-
HSV(B)222.41º40.85%55.69%-
XYZ13.1913.1527.43-
YUV100.59151.37116.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=25.69%
G=30.89%
B=43.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841011420.410.2900.44222.4125.6644.31
Hex54658E291D02Cde1a2c
Octal12414521651350543363254
Binary10101001100101100011101010011110101011001101111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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