#547698

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

Shades of Kashmir Blue #547698

Tints of Kashmir Blue #547698

Color information

#547698 (or 0x547698) is unknown color: approx Kashmir Blue. HEX triplet: 54, 76 and 98. RGB value is (84,118,152). Sum of RGB (Red+Green+Blue) = 84+118+152=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #547698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547698 is #AB8967. Grayscale: #6F6F6F. Windows color (decimal): -11241832 or 9991764. OLE color: 9991764.

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

Color convert

RGB84118152-
CMYK0.450.2200.40
HSL210º28.81%46.27%-
HSV(B)210º44.74%59.61%-
XYZ15.817.1132.18-
YUV111.71150.74108.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 118 (46.48% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 42.94%
R=23.73%
G=33.33%
B=42.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841181520.450.2200.4021028.8146.27
Hex5476982D16028d21d2e
Octal12416623055260503223556
Binary10101001110110100110001011011011001010001101001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547698; }

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

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

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

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

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

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

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

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