Html Css Color HEX #557995 Kashmir Blue

📋 copy color: '#557995'

red 85 ◦ green 121 ◦ blue 149

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

Shades of Kashmir Blue #557995

Tints of Kashmir Blue #557995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.08%

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

R = 23.94%
G = 34.08%
B = 41.97%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#557995 (or 0x557995) is known color: Kashmir Blue. HEX triplet: 55, 79 and 95. RGB value is (85,121,149). Sum of RGB (Red+Green+Blue) = 85+121+149=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #557995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557995 is #AA866A. Grayscale: #717171. Windows color (decimal): -11175531 or 9795925. OLE color: 9795925.

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

Color convert

RGB 85 121 149 -
CMYK 0.43 0.19 0 0.42
HSL 206.25º 0.27% 0.46% -
HSV(B) 206.25º 0.43% 0.58% -
XYZ 16.01 17.78 31.02 -
YUV 113.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 85 121 149 0.43 0.19 0 0.42 206.25 0.27 0.46
Hex 55 79 95 2B 13 0 2A CE 1B 2E
Octal 125 171 225 53 23 0 52 316 33 56
Binary 1010101 1111001 10010101 101011 10011 0 101010 11001110 11011 101110

Color Harmonies of #557995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557995

Black with #557995

Text Example


Text Example

White with #557995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557995; }

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

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

background-color css

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

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

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

border-color css

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

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

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