#547696

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

Shades of Kashmir Blue #547696

Tints of Kashmir Blue #547696

Color information

#547696 (or 0x547696) is unknown color: approx Kashmir Blue. HEX triplet: 54, 76 and 96. RGB value is (84,118,150). Sum of RGB (Red+Green+Blue) = 84+118+150=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #547696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547696 is #AB8969. Grayscale: #6F6F6F. Windows color (decimal): -11241834 or 9860692. OLE color: 9860692.

HSL color Cylindrical-coordinate representation of color #547696: hue angle of 209.09º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #547696 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB84118150-
CMYK0.440.2100.41
HSL209.09º28.21%45.88%-
HSV(B)209.09º44%58.82%-
XYZ15.6417.0431.32-
YUV111.48149.74108.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 150 (58.98% from 255) = 42.61%
R=23.86%
G=33.52%
B=42.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841181500.440.2100.41209.0928.2145.88
Hex5476962C15029d11c2e
Octal12416622654250513213456
Binary10101001110110100101101011001010101010011101000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547696; }

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

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

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

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

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

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

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

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