#557695

Color #557695 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #557695

Tints of Kashmir Blue #557695

Color information

#557695 (or 0x557695) is unknown color: approx Kashmir Blue. HEX triplet: 55, 76 and 95. RGB value is (85,118,149). Sum of RGB (Red+Green+Blue) = 85+118+149=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #557695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557695 is #AA896A. Grayscale: #6F6F6F. Windows color (decimal): -11176299 or 9795157. OLE color: 9795157.

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

Color convert

RGB85118149-
CMYK0.430.2100.42
HSL209.06º27.35%45.88%-
HSV(B)209.06º42.95%58.43%-
XYZ15.6517.0630.9-
YUV111.67149.07108.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 149 (58.59% from 255) = 42.33%
R=24.15%
G=33.52%
B=42.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851181490.430.2100.42209.0627.3545.88
Hex5576952B1502Ad11b2e
Octal12516622553250523213356
Binary10101011110110100101011010111010101010101101000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557695; }

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

 H1.HeaderClassName
 {
   color: #557695;
 }
 .AnyTagClassName
 {
   color: #557695;
 }
</style>
background-color css

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

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

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

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

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

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