Html Css Color HEX #557393 Kashmir Blue

📋 copy color: '#557393'

red 85 ◦ green 115 ◦ blue 147

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

Shades of Kashmir Blue #557393

Tints of Kashmir Blue #557393

RGB

 RED value IS 85 (33.59% from 255) = 24.5%

 GREEN value IS 115 (45.31% from 255) = 33.14%

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

R = 24.5%
G = 33.14%
B = 42.36%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#557393 (or 0x557393) is known color: Kashmir Blue. HEX triplet: 55, 73 and 93. RGB value is (85,115,147). Sum of RGB (Red+Green+Blue) = 85+115+147=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #557393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557393 is #AA8C6C. Grayscale: #6D6D6D. Windows color (decimal): -11177069 or 9663317. OLE color: 9663317.

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

Color convert

RGB 85 115 147 -
CMYK 0.42 0.22 0 0.42
HSL 210.97º 0.27% 0.45% -
HSV(B) 210.97º 0.42% 0.58% -
XYZ 15.14 16.3 29.95 -
YUV 109.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 85 115 147 0.42 0.22 0 0.42 210.97 0.27 0.45
Hex 55 73 93 2A 16 0 2A D3 1B 2D
Octal 125 163 223 52 26 0 52 323 33 55
Binary 1010101 1110011 10010011 101010 10110 0 101010 11010011 11011 101101

Color Harmonies of #557393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557393

Black with #557393

Text Example


Text Example

White with #557393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557393; }

 p { color: rgb(85,115,147); }

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

background-color css

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

 a { background-color: rgb(85,115,147); }

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

border-color css

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

 span { border-color: rgb(85,115,147); }

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