#5C738C

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

Shades of Kashmir Blue #5C738C

Tints of Kashmir Blue #5C738C

Color information

#5C738C (or 0x5C738C) is unknown color: approx Kashmir Blue. HEX triplet: 5C, 73 and 8C. RGB value is (92,115,140). Sum of RGB (Red+Green+Blue) = 92+115+140=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C738C is #A38C73. Grayscale: #6E6E6E. Windows color (decimal): -10718324 or 9204572. OLE color: 9204572.

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

Color convert

RGB92115140-
CMYK0.340.1800.45
HSL211.25º20.69%45.49%-
HSV(B)211.25º34.29%54.9%-
XYZ15.2816.4327.18-
YUV110.97144.38114.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.51%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=26.51%
G=33.14%
B=40.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal921151400.340.1800.45211.2520.6945.49
Hex5C738C221202Dd3152d
Octal13416321442220553232555
Binary10111001110011100011001000101001001011011101001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,115,140); }

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

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

 a { background-color: rgb(92,115,140); }

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

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

 span { border-color: rgb(92,115,140); }

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