#547796

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

Shades of Kashmir Blue #547796

Tints of Kashmir Blue #547796

Color information

#547796 (or 0x547796) is unknown color: approx Kashmir Blue. HEX triplet: 54, 77 and 96. RGB value is (84,119,150). Sum of RGB (Red+Green+Blue) = 84+119+150=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #547796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547796 is #AB8869. Grayscale: #6F6F6F. Windows color (decimal): -11241578 or 9860948. OLE color: 9860948.

HSL color Cylindrical-coordinate representation of color #547796: hue angle of 208.18º 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 #547796 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB84119150-
CMYK0.440.2100.41
HSL208.18º28.21%45.88%-
HSV(B)208.18º44%58.82%-
XYZ15.7617.2831.36-
YUV112.07149.4107.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.80%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=23.80%
G=33.71%
B=42.49%

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
Decimal841191500.440.2100.41208.1828.2145.88
Hex5477962C15029d01c2e
Octal12416722654250513203456
Binary10101001110111100101101011001010101010011101000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547796; }

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

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

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

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

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

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

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

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