#57748D

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

Shades of Kashmir Blue #57748D

Tints of Kashmir Blue #57748D

Color information

#57748D (or 0x57748D) is unknown color: approx Kashmir Blue. HEX triplet: 57, 74 and 8D. RGB value is (87,116,141). Sum of RGB (Red+Green+Blue) = 87+116+141=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #57748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57748D is #A88B72. Grayscale: #6E6E6E. Windows color (decimal): -11045747 or 9270359. OLE color: 9270359.

HSL color Cylindrical-coordinate representation of color #57748D: hue angle of 207.78º 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 #57748D is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87116141-
CMYK0.380.1800.45
HSL207.78º23.68%44.71%-
HSV(B)207.78º38.3%55.29%-
XYZ14.9816.4427.58-
YUV110.18145.39111.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=25.29%
G=33.72%
B=40.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871161410.380.1800.45207.7823.6844.71
Hex57748D261202Dd0182d
Octal12716421546220553203055
Binary10101111110100100011011001101001001011011101000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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