Html Css Color HEX #557896 Kashmir Blue

📋 copy color: '#557896'

red 85 ◦ green 120 ◦ blue 150

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

Shades of Kashmir Blue #557896

Tints of Kashmir Blue #557896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

 BLUE value IS 150 (58.98% from 255) = 42.25%

R = 23.94%
G = 33.8%
B = 42.25%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#557896 (or 0x557896) is known color: Kashmir Blue. HEX triplet: 55, 78 and 96. RGB value is (85,120,150). Sum of RGB (Red+Green+Blue) = 85+120+150=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #557896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557896 is #AA8769. Grayscale: #707070. Windows color (decimal): -11175786 or 9861205. OLE color: 9861205.

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

Color convert

RGB 85 120 150 -
CMYK 0.43 0.20 0 0.41
HSL 207.69º 0.28% 0.46% -
HSV(B) 207.69º 0.43% 0.59% -
XYZ 15.97 17.57 31.4 -
YUV 112.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 85 120 150 0.43 0.20 0 0.41 207.69 0.28 0.46
Hex 55 78 96 2B 14 0 29 D0 1C 2E
Octal 125 170 226 53 24 0 51 320 34 56
Binary 1010101 1111000 10010110 101011 10100 0 101001 11010000 11100 101110

Color Harmonies of #557896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557896

Black with #557896

Text Example


Text Example

White with #557896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557896; }

 p { color: rgb(85,120,150); }

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

background-color css

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

 a { background-color: rgb(85,120,150); }

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

border-color css

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

 span { border-color: rgb(85,120,150); }

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