#547898

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

Shades of Kashmir Blue #547898

Tints of Kashmir Blue #547898

Color information

#547898 (or 0x547898) is unknown color: approx Kashmir Blue. HEX triplet: 54, 78 and 98. RGB value is (84,120,152). Sum of RGB (Red+Green+Blue) = 84+120+152=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #547898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547898 is #AB8767. Grayscale: #707070. Windows color (decimal): -11241320 or 9992276. OLE color: 9992276.

HSL color Cylindrical-coordinate representation of color #547898: hue angle of 208.24º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #547898 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB84120152-
CMYK0.450.2100.40
HSL208.24º28.81%46.27%-
HSV(B)208.24º44.74%59.61%-
XYZ16.0417.5832.25-
YUV112.88150.07107.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 152 (59.77% from 255) = 42.70%
R=23.60%
G=33.71%
B=42.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841201520.450.2100.40208.2428.8146.27
Hex5478982D15028d01d2e
Octal12417023055250503203556
Binary10101001111000100110001011011010101010001101000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547898; }

 p { color: rgb(84,120,152); }

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

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

 a { background-color: rgb(84,120,152); }

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

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

 span { border-color: rgb(84,120,152); }

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