Html Css Color HEX #547595 Kashmir Blue

📋 copy color: '#547595'

red 84 ◦ green 117 ◦ blue 149

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

Shades of Kashmir Blue #547595

Tints of Kashmir Blue #547595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

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

R = 24%
G = 33.43%
B = 42.57%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#547595 (or 0x547595) is known color: Kashmir Blue. HEX triplet: 54, 75 and 95. RGB value is (84,117,149). Sum of RGB (Red+Green+Blue) = 84+117+149=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #547595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547595 is #AB8A6A. Grayscale: #6E6E6E. Windows color (decimal): -11242091 or 9794900. OLE color: 9794900.

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

Color convert

RGB 84 117 149 -
CMYK 0.44 0.21 0 0.42
HSL 209.54º 0.28% 0.46% -
HSV(B) 209.54º 0.44% 0.58% -
XYZ 15.44 16.78 30.86 -
YUV 110.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 84 117 149 0.44 0.21 0 0.42 209.54 0.28 0.46
Hex 54 75 95 2C 15 0 2A D2 1C 2E
Octal 124 165 225 54 25 0 52 322 34 56
Binary 1010100 1110101 10010101 101100 10101 0 101010 11010010 11100 101110

Color Harmonies of #547595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547595

Black with #547595

Text Example


Text Example

White with #547595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547595; }

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

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

background-color css

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

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

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

border-color css

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

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

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