#54698A

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

Shades of Kashmir Blue #54698A

Tints of Kashmir Blue #54698A

Color information

#54698A (or 0x54698A) is unknown color: approx Kashmir Blue. HEX triplet: 54, 69 and 8A. RGB value is (84,105,138). Sum of RGB (Red+Green+Blue) = 84+105+138=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #54698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54698A is #AB9675. Grayscale: #666666. Windows color (decimal): -11245174 or 9070932. OLE color: 9070932.

HSL color Cylindrical-coordinate representation of color #54698A: hue angle of 216.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54698A is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB84105138-
CMYK0.390.2400.46
HSL216.67º24.32%43.53%-
HSV(B)216.67º39.13%54.12%-
XYZ13.313.8226.01-
YUV102.48148.04114.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=25.69%
G=32.11%
B=42.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841051380.390.2400.46216.6724.3243.53
Hex54698A271802Ed9182c
Octal12415121247300563313054
Binary10101001101001100010101001111100001011101101100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54698A; }

 p { color: rgb(84,105,138); }

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

<style>
 a { background-color: #54698A; }

 a { background-color: rgb(84,105,138); }

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

<style>
 span { border-color: #54698A; }

 span { border-color: rgb(84,105,138); }

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