#5C6E85

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

Shades of Kashmir Blue #5C6E85

Tints of Kashmir Blue #5C6E85

Color information

#5C6E85 (or 0x5C6E85) is unknown color: approx Kashmir Blue. HEX triplet: 5C, 6E and 85. RGB value is (92,110,133). Sum of RGB (Red+Green+Blue) = 92+110+133=335 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.46% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C6E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6E85 is #A3917A. Grayscale: #6B6B6B. Windows color (decimal): -10719611 or 8744540. OLE color: 8744540.

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

Color convert

RGB92110133-
CMYK0.310.1700.48
HSL213.66º18.22%44.12%-
HSV(B)213.66º30.83%52.16%-
XYZ14.2215.1224.36-
YUV107.24142.54117.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.46%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=27.46%
G=32.84%
B=39.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921101330.310.1700.48213.6618.2244.12
Hex5C6E851F11030d6122c
Octal13415620537210603262254
Binary1011100110111010000101111111000101100001101011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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