#5C6985

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

Shades of Kashmir Blue #5C6985

Tints of Kashmir Blue #5C6985

Color information

#5C6985 (or 0x5C6985) is unknown color: approx Kashmir Blue. HEX triplet: 5C, 69 and 85. RGB value is (92,105,133). Sum of RGB (Red+Green+Blue) = 92+105+133=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C6985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6985 is #A3967A. Grayscale: #686868. Windows color (decimal): -10720891 or 8743260. OLE color: 8743260.

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

Color convert

RGB92105133-
CMYK0.310.2100.48
HSL220.98º18.22%44.12%-
HSV(B)220.98º30.83%52.16%-
XYZ13.714.0724.18-
YUV104.3144.19119.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.88%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=27.88%
G=31.82%
B=40.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921051330.310.2100.48220.9818.2244.12
Hex5C69851F15030dd122c
Octal13415120537250603352254
Binary1011100110100110000101111111010101100001101110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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