Html Css Color HEX #547093 Kashmir Blue

📋 copy color: '#547093'

red 84 ◦ green 112 ◦ blue 147

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

Shades of Kashmir Blue #547093

Tints of Kashmir Blue #547093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 24.49%
G = 32.65%
B = 42.86%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#547093 (or 0x547093) is known color: Kashmir Blue. HEX triplet: 54, 70 and 93. RGB value is (84,112,147). Sum of RGB (Red+Green+Blue) = 84+112+147=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #547093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547093 is #AB8F6C. Grayscale: #6B6B6B. Windows color (decimal): -11243373 or 9662548. OLE color: 9662548.

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

Color convert

RGB 84 112 147 -
CMYK 0.43 0.24 0 0.42
HSL 213.33º 0.27% 0.45% -
HSV(B) 213.33º 0.43% 0.58% -
XYZ 14.72 15.58 29.84 -
YUV 107.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 84 112 147 0.43 0.24 0 0.42 213.33 0.27 0.45
Hex 54 70 93 2B 18 0 2A D5 1B 2D
Octal 124 160 223 53 30 0 52 325 33 55
Binary 1010100 1110000 10010011 101011 11000 0 101010 11010101 11011 101101

Color Harmonies of #547093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547093

Black with #547093

Text Example


Text Example

White with #547093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547093; }

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

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

background-color css

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

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

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

border-color css

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

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

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