#5C7791

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

Shades of Kashmir Blue #5C7791

Tints of Kashmir Blue #5C7791

Color information

#5C7791 (or 0x5C7791) is unknown color: approx Kashmir Blue. HEX triplet: 5C, 77 and 91. RGB value is (92,119,145). Sum of RGB (Red+Green+Blue) = 92+119+145=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C7791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7791 is #A3886E. Grayscale: #717171. Windows color (decimal): -10717295 or 9533276. OLE color: 9533276.

HSL color Cylindrical-coordinate representation of color #5C7791: hue angle of 209.43º 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 #5C7791 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB92119145-
CMYK0.370.1800.43
HSL209.43º22.36%46.47%-
HSV(B)209.43º36.55%56.86%-
XYZ16.1217.5129.32-
YUV113.89145.55112.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.84%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 145 (57.03% from 255) = 40.73%
R=25.84%
G=33.43%
B=40.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal921191450.370.1800.43209.4322.3646.47
Hex5C7791251202Bd1162e
Octal13416722145220533212656
Binary10111001110111100100011001011001001010111101000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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