#5C7892

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

Shades of Kashmir Blue #5C7892

Tints of Kashmir Blue #5C7892

Color information

#5C7892 (or 0x5C7892) is unknown color: approx Kashmir Blue. HEX triplet: 5C, 78 and 92. RGB value is (92,120,146). Sum of RGB (Red+Green+Blue) = 92+120+146=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C7892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7892 is #A3876D. Grayscale: #727272. Windows color (decimal): -10717038 or 9599068. OLE color: 9599068.

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

Color convert

RGB92120146-
CMYK0.370.1800.43
HSL208.89º22.69%46.67%-
HSV(B)208.89º36.99%57.25%-
XYZ16.3217.7829.77-
YUV114.59145.72111.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.70%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 146 (57.42% from 255) = 40.78%
R=25.70%
G=33.52%
B=40.78%

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
Decimal921201460.370.1800.43208.8922.6946.67
Hex5C7892251202Bd1172f
Octal13417022245220533212757
Binary10111001111000100100101001011001001010111101000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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