#547296

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

Shades of Kashmir Blue #547296

Tints of Kashmir Blue #547296

Color information

#547296 (or 0x547296) is unknown color: approx Kashmir Blue. HEX triplet: 54, 72 and 96. RGB value is (84,114,150). Sum of RGB (Red+Green+Blue) = 84+114+150=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #547296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547296 is #AB8D69. Grayscale: #6C6C6C. Windows color (decimal): -11242858 or 9859668. OLE color: 9859668.

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

Color convert

RGB84114150-
CMYK0.440.2400.41
HSL212.73º28.21%45.88%-
HSV(B)212.73º44%58.82%-
XYZ15.1816.1231.17-
YUV109.13151.06110.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 150 (58.98% from 255) = 43.10%
R=24.14%
G=32.76%
B=43.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841141500.440.2400.41212.7328.2145.88
Hex5472962C18029d51c2e
Octal12416222654300513253456
Binary10101001110010100101101011001100001010011101010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547296; }

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

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

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

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

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

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

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

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