Html Css Color HEX #557597 Kashmir Blue

📋 copy color: '#557597'

red 85 ◦ green 117 ◦ blue 151

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

Shades of Kashmir Blue #557597

Tints of Kashmir Blue #557597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.78%

R = 24.08%
G = 33.14%
B = 42.78%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#557597 (or 0x557597) is known color: Kashmir Blue. HEX triplet: 55, 75 and 97. RGB value is (85,117,151). Sum of RGB (Red+Green+Blue) = 85+117+151=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #557597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557597 is #AA8A68. Grayscale: #6F6F6F. Windows color (decimal): -11176553 or 9925973. OLE color: 9925973.

HSL color Cylindrical-coordinate representation of color #557597: hue angle of 210.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557597 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 117 151 -
CMYK 0.44 0.23 0 0.41
HSL 210.91º 0.28% 0.46% -
HSV(B) 210.91º 0.44% 0.59% -
XYZ 15.69 16.89 31.71 -
YUV 111.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 85 117 151 0.44 0.23 0 0.41 210.91 0.28 0.46
Hex 55 75 97 2C 17 0 29 D3 1C 2E
Octal 125 165 227 54 27 0 51 323 34 56
Binary 1010101 1110101 10010111 101100 10111 0 101001 11010011 11100 101110

Color Harmonies of #557597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557597

Black with #557597

Text Example


Text Example

White with #557597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557597; }

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

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

background-color css

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

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

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

border-color css

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

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

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