Html Css Color HEX #547091 Kashmir Blue

📋 copy color: '#547091'

red 84 ◦ green 112 ◦ blue 145

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

Shades of Kashmir Blue #547091

Tints of Kashmir Blue #547091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.84%

 BLUE value IS 145 (57.03% from 255) = 42.52%

R = 24.63%
G = 32.84%
B = 42.52%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#547091 (or 0x547091) is known color: Kashmir Blue. HEX triplet: 54, 70 and 91. RGB value is (84,112,145). Sum of RGB (Red+Green+Blue) = 84+112+145=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #547091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547091 is #AB8F6E. Grayscale: #6B6B6B. Windows color (decimal): -11243375 or 9531476. OLE color: 9531476.

HSL color Cylindrical-coordinate representation of color #547091: hue angle of 212.46º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #547091 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 112 145 -
CMYK 0.42 0.23 0 0.43
HSL 212.46º 0.27% 0.45% -
HSV(B) 212.46º 0.42% 0.57% -
XYZ 14.56 15.52 29.02 -
YUV 107.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 84 112 145 0.42 0.23 0 0.43 212.46 0.27 0.45
Hex 54 70 91 2A 17 0 2B D4 1B 2D
Octal 124 160 221 52 27 0 53 324 33 55
Binary 1010100 1110000 10010001 101010 10111 0 101011 11010100 11011 101101

Color Harmonies of #547091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547091

Black with #547091

Text Example


Text Example

White with #547091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547091; }

 p { color: rgb(84,112,145); }

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

background-color css

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

 a { background-color: rgb(84,112,145); }

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

border-color css

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

 span { border-color: rgb(84,112,145); }

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