Html Css Color HEX #547395 Kashmir Blue

📋 copy color: '#547395'

red 84 ◦ green 115 ◦ blue 149

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

Shades of Kashmir Blue #547395

Tints of Kashmir Blue #547395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

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

R = 24.14%
G = 33.05%
B = 42.82%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#547395 (or 0x547395) is known color: Kashmir Blue. HEX triplet: 54, 73 and 95. RGB value is (84,115,149). Sum of RGB (Red+Green+Blue) = 84+115+149=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #547395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547395 is #AB8C6A. Grayscale: #6D6D6D. Windows color (decimal): -11242603 or 9794388. OLE color: 9794388.

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

Color convert

RGB 84 115 149 -
CMYK 0.44 0.23 0 0.42
HSL 211.38º 0.28% 0.46% -
HSV(B) 211.38º 0.44% 0.58% -
XYZ 15.21 16.32 30.78 -
YUV 109.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 84 115 149 0.44 0.23 0 0.42 211.38 0.28 0.46
Hex 54 73 95 2C 17 0 2A D3 1C 2E
Octal 124 163 225 54 27 0 52 323 34 56
Binary 1010100 1110011 10010101 101100 10111 0 101010 11010011 11100 101110

Color Harmonies of #547395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547395

Black with #547395

Text Example


Text Example

White with #547395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547395; }

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

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

background-color css

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

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

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

border-color css

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

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

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