Html Css Color HEX #547895 Kashmir Blue

📋 copy color: '#547895'

red 84 ◦ green 120 ◦ blue 149

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

Shades of Kashmir Blue #547895

Tints of Kashmir Blue #547895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

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

R = 23.8%
G = 33.99%
B = 42.21%

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

#547895 (or 0x547895) is known color: Kashmir Blue. HEX triplet: 54, 78 and 95. RGB value is (84,120,149). Sum of RGB (Red+Green+Blue) = 84+120+149=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #547895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547895 is #AB876A. Grayscale: #707070. Windows color (decimal): -11241323 or 9795668. OLE color: 9795668.

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

Color convert

RGB 84 120 149 -
CMYK 0.44 0.19 0 0.42
HSL 206.77º 0.28% 0.46% -
HSV(B) 206.77º 0.44% 0.58% -
XYZ 15.8 17.49 30.98 -
YUV 112.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 84 120 149 0.44 0.19 0 0.42 206.77 0.28 0.46
Hex 54 78 95 2C 13 0 2A CF 1C 2E
Octal 124 170 225 54 23 0 52 317 34 56
Binary 1010100 1111000 10010101 101100 10011 0 101010 11001111 11100 101110

Color Harmonies of #547895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547895

Black with #547895

Text Example


Text Example

White with #547895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547895; }

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

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

background-color css

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

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

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

border-color css

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

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

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