#54678F

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

Shades of Kashmir Blue #54678F

Tints of Kashmir Blue #54678F

Color information

#54678F (or 0x54678F) is unknown color: approx Kashmir Blue. HEX triplet: 54, 67 and 8F. RGB value is (84,103,143). Sum of RGB (Red+Green+Blue) = 84+103+143=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 143 - color contains mainly: blue. Hex color #54678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54678F is #AB9870. Grayscale: #656565. Windows color (decimal): -11245681 or 9398100. OLE color: 9398100.

HSL color Cylindrical-coordinate representation of color #54678F: hue angle of 220.68º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54678F is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB84103143-
CMYK0.410.2800.44
HSL220.68º25.99%44.51%-
HSV(B)220.68º41.26%56.08%-
XYZ13.4613.5727.9-
YUV101.88151.21115.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 143 (56.25% from 255) = 43.33%
R=25.45%
G=31.21%
B=43.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841031430.410.2800.44220.6825.9944.51
Hex54678F291C02Cdd1a2d
Octal12414721751340543353255
Binary10101001100111100011111010011110001011001101110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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