#5C7185

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

Shades of Kashmir Blue #5C7185

Tints of Kashmir Blue #5C7185

Color information

#5C7185 (or 0x5C7185) is unknown color: approx Kashmir Blue. HEX triplet: 5C, 71 and 85. RGB value is (92,113,133). Sum of RGB (Red+Green+Blue) = 92+113+133=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C7185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7185 is #A38E7A. Grayscale: #6C6C6C. Windows color (decimal): -10718843 or 8745308. OLE color: 8745308.

HSL color Cylindrical-coordinate representation of color #5C7185: hue angle of 209.27º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C7185 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB92113133-
CMYK0.310.1500.48
HSL209.27º18.22%44.12%-
HSV(B)209.27º30.83%52.16%-
XYZ14.5515.7824.47-
YUV109141.54115.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.22%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=27.22%
G=33.43%
B=39.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921131330.310.1500.48209.2718.2244.12
Hex5C71851FF030d1122c
Octal13416120537170603212254
Binary101110011100011000010111111111101100001101000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C7185; }

 p { color: rgb(92,113,133); }

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

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

 a { background-color: rgb(92,113,133); }

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

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

 span { border-color: rgb(92,113,133); }

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