Html Css Color HEX #557495 Kashmir Blue

📋 copy color: '#557495'

red 85 ◦ green 116 ◦ blue 149

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

Shades of Kashmir Blue #557495

Tints of Kashmir Blue #557495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

 BLUE value IS 149 (58.59% from 255) = 42.57%

R = 24.29%
G = 33.14%
B = 42.57%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#557495 (or 0x557495) is known color: Kashmir Blue. HEX triplet: 55, 74 and 95. RGB value is (85,116,149). Sum of RGB (Red+Green+Blue) = 85+116+149=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #557495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557495 is #AA8B6A. Grayscale: #6E6E6E. Windows color (decimal): -11176811 or 9794645. OLE color: 9794645.

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

Color convert

RGB 85 116 149 -
CMYK 0.43 0.22 0 0.42
HSL 210.94º 0.27% 0.46% -
HSV(B) 210.94º 0.43% 0.58% -
XYZ 15.42 16.59 30.82 -
YUV 110.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 85 116 149 0.43 0.22 0 0.42 210.94 0.27 0.46
Hex 55 74 95 2B 16 0 2A D3 1B 2E
Octal 125 164 225 53 26 0 52 323 33 56
Binary 1010101 1110100 10010101 101011 10110 0 101010 11010011 11011 101110

Color Harmonies of #557495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557495

Black with #557495

Text Example


Text Example

White with #557495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557495; }

 p { color: rgb(85,116,149); }

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

background-color css

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

 a { background-color: rgb(85,116,149); }

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

border-color css

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

 span { border-color: rgb(85,116,149); }

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