#57758D

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

Shades of Kashmir Blue #57758D

Tints of Kashmir Blue #57758D

Color information

#57758D (or 0x57758D) is unknown color: approx Kashmir Blue. HEX triplet: 57, 75 and 8D. RGB value is (87,117,141). Sum of RGB (Red+Green+Blue) = 87+117+141=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #57758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57758D is #A88A72. Grayscale: #6E6E6E. Windows color (decimal): -11045491 or 9270615. OLE color: 9270615.

HSL color Cylindrical-coordinate representation of color #57758D: hue angle of 206.67º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57758D is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87117141-
CMYK0.380.1700.45
HSL206.67º23.68%44.71%-
HSV(B)206.67º38.3%55.29%-
XYZ15.116.6727.62-
YUV110.77145.06111.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=25.22%
G=33.91%
B=40.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871171410.380.1700.45206.6723.6844.71
Hex57758D261102Dcf182d
Octal12716521546210553173055
Binary10101111110101100011011001101000101011011100111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57758D; }

 p { color: rgb(87,117,141); }

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

<style>
 a { background-color: #57758D; }

 a { background-color: rgb(87,117,141); }

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

<style>
 span { border-color: #57758D; }

 span { border-color: rgb(87,117,141); }

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