Html Css Color HEX #547296 Kashmir Blue

📋 copy color: '#547296'

red 84 ◦ green 114 ◦ blue 150

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

Shades of Kashmir Blue #547296

Tints of Kashmir Blue #547296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 24.14%
G = 32.76%
B = 43.1%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#547296 (or 0x547296) is known color: Kashmir Blue. HEX triplet: 54, 72 and 96. RGB value is (84,114,150). Sum of RGB (Red+Green+Blue) = 84+114+150=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #547296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547296 is #AB8D69. Grayscale: #6C6C6C. Windows color (decimal): -11242858 or 9859668. OLE color: 9859668.

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

Color convert

RGB 84 114 150 -
CMYK 0.44 0.24 0 0.41
HSL 212.73º 0.28% 0.46% -
HSV(B) 212.73º 0.44% 0.59% -
XYZ 15.18 16.12 31.17 -
YUV 109.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 84 114 150 0.44 0.24 0 0.41 212.73 0.28 0.46
Hex 54 72 96 2C 18 0 29 D5 1C 2E
Octal 124 162 226 54 30 0 51 325 34 56
Binary 1010100 1110010 10010110 101100 11000 0 101001 11010101 11100 101110

Color Harmonies of #547296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547296

Black with #547296

Text Example


Text Example

White with #547296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547296; }

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

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

background-color css

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

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

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

border-color css

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

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

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