Html Css Color HEX #547295 Kashmir Blue

📋 copy color: '#547295'

red 84 ◦ green 114 ◦ blue 149

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

Shades of Kashmir Blue #547295

Tints of Kashmir Blue #547295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.85%

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

R = 24.21%
G = 32.85%
B = 42.94%

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

#547295 (or 0x547295) is known color: Kashmir Blue. HEX triplet: 54, 72 and 95. RGB value is (84,114,149). Sum of RGB (Red+Green+Blue) = 84+114+149=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #547295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547295 is #AB8D6A. Grayscale: #6C6C6C. Windows color (decimal): -11242859 or 9794132. OLE color: 9794132.

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

Color convert

RGB 84 114 149 -
CMYK 0.44 0.23 0 0.42
HSL 212.31º 0.28% 0.46% -
HSV(B) 212.31º 0.44% 0.58% -
XYZ 15.1 16.09 30.74 -
YUV 109.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 84 114 149 0.44 0.23 0 0.42 212.31 0.28 0.46
Hex 54 72 95 2C 17 0 2A D4 1C 2E
Octal 124 162 225 54 27 0 52 324 34 56
Binary 1010100 1110010 10010101 101100 10111 0 101010 11010100 11100 101110

Color Harmonies of #547295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547295

Black with #547295

Text Example


Text Example

White with #547295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547295; }

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

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

background-color css

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

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

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

border-color css

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

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

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