#5C7992

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

Shades of Kashmir Blue #5C7992

Tints of Kashmir Blue #5C7992

Color information

#5C7992 (or 0x5C7992) is unknown color: approx Kashmir Blue. HEX triplet: 5C, 79 and 92. RGB value is (92,121,146). Sum of RGB (Red+Green+Blue) = 92+121+146=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C7992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7992 is #A3866D. Grayscale: #737373. Windows color (decimal): -10716782 or 9599324. OLE color: 9599324.

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

Color convert

RGB92121146-
CMYK0.370.1700.43
HSL207.78º22.69%46.67%-
HSV(B)207.78º36.99%57.25%-
XYZ16.4418.0329.81-
YUV115.18145.39111.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.63%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=25.63%
G=33.70%
B=40.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal921211460.370.1700.43207.7822.6946.67
Hex5C7992251102Bd0172f
Octal13417122245210533202757
Binary10111001111001100100101001011000101010111101000010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,121,146); }

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

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

 a { background-color: rgb(92,121,146); }

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

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

 span { border-color: rgb(92,121,146); }

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