#547798

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

Shades of Kashmir Blue #547798

Tints of Kashmir Blue #547798

Color information

#547798 (or 0x547798) is unknown color: approx Kashmir Blue. HEX triplet: 54, 77 and 98. RGB value is (84,119,152). Sum of RGB (Red+Green+Blue) = 84+119+152=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #547798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547798 is #AB8867. Grayscale: #707070. Windows color (decimal): -11241576 or 9992020. OLE color: 9992020.

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

Color convert

RGB84119152-
CMYK0.450.2200.40
HSL209.12º28.81%46.27%-
HSV(B)209.12º44.74%59.61%-
XYZ15.9217.3532.21-
YUV112.3150.4107.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 152 (59.77% from 255) = 42.82%
R=23.66%
G=33.52%
B=42.82%

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
Decimal841191520.450.2200.40209.1228.8146.27
Hex5477982D16028d11d2e
Octal12416723055260503213556
Binary10101001110111100110001011011011001010001101000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547798; }

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

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

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

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

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

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

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

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