Html Css Color HEX #547995 Kashmir Blue

📋 copy color: '#547995'

red 84 ◦ green 121 ◦ blue 149

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

Shades of Kashmir Blue #547995

Tints of Kashmir Blue #547995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

 BLUE value IS 149 (58.59% from 255) = 42.09%

R = 23.73%
G = 34.18%
B = 42.09%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#547995 (or 0x547995) is known color: Kashmir Blue. HEX triplet: 54, 79 and 95. RGB value is (84,121,149). Sum of RGB (Red+Green+Blue) = 84+121+149=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #547995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547995 is #AB866A. Grayscale: #707070. Windows color (decimal): -11241067 or 9795924. OLE color: 9795924.

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

Color convert

RGB 84 121 149 -
CMYK 0.44 0.19 0 0.42
HSL 205.85º 0.28% 0.46% -
HSV(B) 205.85º 0.44% 0.58% -
XYZ 15.92 17.73 31.02 -
YUV 113.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 84 121 149 0.44 0.19 0 0.42 205.85 0.28 0.46
Hex 54 79 95 2C 13 0 2A CE 1C 2E
Octal 124 171 225 54 23 0 52 316 34 56
Binary 1010100 1111001 10010101 101100 10011 0 101010 11001110 11100 101110

Color Harmonies of #547995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547995

Black with #547995

Text Example


Text Example

White with #547995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547995; }

 p { color: rgb(84,121,149); }

 H1.HeaderClassName
 {
   color: #547995;
 }
 .AnyTagClassName
 {
   color: #547995;
 }
</style>

background-color css

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

 a { background-color: rgb(84,121,149); }

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

border-color css

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

 span { border-color: rgb(84,121,149); }

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