#5C7285

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

Shades of Kashmir Blue #5C7285

Tints of Kashmir Blue #5C7285

Color information

#5C7285 (or 0x5C7285) is unknown color: approx Kashmir Blue. HEX triplet: 5C, 72 and 85. RGB value is (92,114,133). Sum of RGB (Red+Green+Blue) = 92+114+133=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C7285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7285 is #A38D7A. Grayscale: #6D6D6D. Windows color (decimal): -10718587 or 8745564. OLE color: 8745564.

HSL color Cylindrical-coordinate representation of color #5C7285: hue angle of 207.8º 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 #5C7285 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB92114133-
CMYK0.310.1400.48
HSL207.8º18.22%44.12%-
HSV(B)207.8º30.83%52.16%-
XYZ14.661624.51-
YUV109.59141.21115.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.14%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=27.14%
G=33.63%
B=39.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921141330.310.1400.48207.818.2244.12
Hex5C72851FE030d0122c
Octal13416220537160603202254
Binary101110011100101000010111111111001100001101000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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