Html Css Color HEX #547593 Kashmir Blue

📋 copy color: '#547593'

red 84 ◦ green 117 ◦ blue 147

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

Shades of Kashmir Blue #547593

Tints of Kashmir Blue #547593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

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

R = 24.14%
G = 33.62%
B = 42.24%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#547593 (or 0x547593) is known color: Kashmir Blue. HEX triplet: 54, 75 and 93. RGB value is (84,117,147). Sum of RGB (Red+Green+Blue) = 84+117+147=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #547593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547593 is #AB8A6C. Grayscale: #6E6E6E. Windows color (decimal): -11242093 or 9663828. OLE color: 9663828.

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

Color convert

RGB 84 117 147 -
CMYK 0.43 0.20 0 0.42
HSL 208.57º 0.27% 0.45% -
HSV(B) 208.57º 0.43% 0.58% -
XYZ 15.28 16.71 30.02 -
YUV 110.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 84 117 147 0.43 0.20 0 0.42 208.57 0.27 0.45
Hex 54 75 93 2B 14 0 2A D1 1B 2D
Octal 124 165 223 53 24 0 52 321 33 55
Binary 1010100 1110101 10010011 101011 10100 0 101010 11010001 11011 101101

Color Harmonies of #547593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547593

Black with #547593

Text Example


Text Example

White with #547593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547593; }

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

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

background-color css

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

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

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

border-color css

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

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

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