#5C7591

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

Shades of Kashmir Blue #5C7591

Tints of Kashmir Blue #5C7591

Color information

#5C7591 (or 0x5C7591) is unknown color: approx Kashmir Blue. HEX triplet: 5C, 75 and 91. RGB value is (92,117,145). Sum of RGB (Red+Green+Blue) = 92+117+145=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C7591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7591 is #A38A6E. Grayscale: #707070. Windows color (decimal): -10717807 or 9532764. OLE color: 9532764.

HSL color Cylindrical-coordinate representation of color #5C7591: hue angle of 211.7º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C7591 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB92117145-
CMYK0.370.1900.43
HSL211.7º22.36%46.47%-
HSV(B)211.7º36.55%56.86%-
XYZ15.8917.0429.24-
YUV112.72146.22113.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.99%
GREEN value IS 117 (46.09% from 255) = 33.05%
BLUE value IS 145 (57.03% from 255) = 40.96%
R=25.99%
G=33.05%
B=40.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal921171450.370.1900.43211.722.3646.47
Hex5C7591251302Bd4162e
Octal13416522145230533242656
Binary10111001110101100100011001011001101010111101010010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,117,145); }

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

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

 a { background-color: rgb(92,117,145); }

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

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

 span { border-color: rgb(92,117,145); }

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