#54678D

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

Shades of Kashmir Blue #54678D

Tints of Kashmir Blue #54678D

Color information

#54678D (or 0x54678D) is unknown color: approx Kashmir Blue. HEX triplet: 54, 67 and 8D. RGB value is (84,103,141). Sum of RGB (Red+Green+Blue) = 84+103+141=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #54678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54678D is #AB9872. Grayscale: #656565. Windows color (decimal): -11245683 or 9267028. OLE color: 9267028.

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

Color convert

RGB84103141-
CMYK0.400.2700.45
HSL220º25.33%44.12%-
HSV(B)220º40.43%55.29%-
XYZ13.3113.5127.1-
YUV101.65150.21115.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 141 (55.47% from 255) = 42.99%
R=25.61%
G=31.40%
B=42.99%

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
Decimal841031410.400.2700.4522025.3344.12
Hex54678D281B02Ddc192c
Octal12414721550330553343154
Binary10101001100111100011011010001101101011011101110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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