Html Css Color HEX #547796 Kashmir Blue

📋 copy color: '#547796'

red 84 ◦ green 119 ◦ blue 150

#547796
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #547796

Tints of Kashmir Blue #547796

RGB

 RED value IS 84 (33.2% from 255) = 23.8%

 GREEN value IS 119 (46.88% from 255) = 33.71%

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 23.8%
G = 33.71%
B = 42.49%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#547796 (or 0x547796) is known color: 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

RGB 84 119 150 -
CMYK 0.44 0.21 0 0.41
HSL 208.18º 0.28% 0.46% -
HSV(B) 208.18º 0.44% 0.59% -
XYZ 15.76 17.28 31.36 -
YUV 112.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 84 119 150 0.44 0.21 0 0.41 208.18 0.28 0.46
Hex 54 77 96 2C 15 0 29 D0 1C 2E
Octal 124 167 226 54 25 0 51 320 34 56
Binary 1010100 1110111 10010110 101100 10101 0 101001 11010000 11100 101110

Color Harmonies of #547796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547796

Black with #547796

Text Example


Text Example

White with #547796

Text Example


Text Example

HTML Codes & Css Web 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>