#54678B

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

Shades of Kashmir Blue #54678B

Tints of Kashmir Blue #54678B

Color information

#54678B (or 0x54678B) is unknown color: approx Kashmir Blue. HEX triplet: 54, 67 and 8B. RGB value is (84,103,139). Sum of RGB (Red+Green+Blue) = 84+103+139=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #54678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54678B is #AB9874. Grayscale: #656565. Windows color (decimal): -11245685 or 9135956. OLE color: 9135956.

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

Color convert

RGB84103139-
CMYK0.400.2600.45
HSL219.27º24.66%43.73%-
HSV(B)219.27º39.57%54.51%-
XYZ13.1713.4526.33-
YUV101.42149.21115.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=25.77%
G=31.60%
B=42.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841031390.400.2600.45219.2724.6643.73
Hex54678B281A02Ddb192c
Octal12414721350320553333154
Binary10101001100111100010111010001101001011011101101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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