Html Css Color HEX #557595 Kashmir Blue

📋 copy color: '#557595'

red 85 ◦ green 117 ◦ blue 149

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

Shades of Kashmir Blue #557595

Tints of Kashmir Blue #557595

RGB

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

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

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

R = 24.22%
G = 33.33%
B = 42.45%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#557595 (or 0x557595) is known color: Kashmir Blue. HEX triplet: 55, 75 and 95. RGB value is (85,117,149). Sum of RGB (Red+Green+Blue) = 85+117+149=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #557595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557595 is #AA8A6A. Grayscale: #6E6E6E. Windows color (decimal): -11176555 or 9794901. OLE color: 9794901.

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

Color convert

RGB 85 117 149 -
CMYK 0.43 0.21 0 0.42
HSL 210º 0.27% 0.46% -
HSV(B) 210º 0.43% 0.58% -
XYZ 15.53 16.82 30.86 -
YUV 111.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 85 117 149 0.43 0.21 0 0.42 210 0.27 0.46
Hex 55 75 95 2B 15 0 2A D2 1B 2E
Octal 125 165 225 53 25 0 52 322 33 56
Binary 1010101 1110101 10010101 101011 10101 0 101010 11010010 11011 101110

Color Harmonies of #557595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557595

Black with #557595

Text Example


Text Example

White with #557595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557595; }

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

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

background-color css

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

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

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

border-color css

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

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

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