#5C768D

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

Shades of Kashmir Blue #5C768D

Tints of Kashmir Blue #5C768D

Color information

#5C768D (or 0x5C768D) is unknown color: approx Kashmir Blue. HEX triplet: 5C, 76 and 8D. RGB value is (92,118,141). Sum of RGB (Red+Green+Blue) = 92+118+141=351 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.21% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C768D is #A38972. Grayscale: #707070. Windows color (decimal): -10717555 or 9270876. OLE color: 9270876.

HSL color Cylindrical-coordinate representation of color #5C768D: hue angle of 208.16º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C768D is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB92118141-
CMYK0.350.1600.45
HSL208.16º21.03%45.69%-
HSV(B)208.16º34.75%55.29%-
XYZ15.717.1627.68-
YUV112.85143.89113.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.21%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=26.21%
G=33.62%
B=40.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal921181410.350.1600.45208.1621.0345.69
Hex5C768D231002Dd0152e
Octal13416621543200553202556
Binary10111001110110100011011000111000001011011101000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,118,141); }

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

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

 a { background-color: rgb(92,118,141); }

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

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

 span { border-color: rgb(92,118,141); }

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