Html Css Color HEX #57748D Kashmir Blue

📋 copy color: '#57748D'

red 87 ◦ green 116 ◦ blue 141

#57748D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #57748D

Tints of Kashmir Blue #57748D

RGB

 RED value IS 87 (34.38% from 255) = 25.29%

 GREEN value IS 116 (45.7% 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 value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57748D (or 0x57748D) is known color: 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

RGB 87 116 141 -
CMYK 0.38 0.18 0 0.45
HSL 207.78º 0.24% 0.45% -
HSV(B) 207.78º 0.38% 0.55% -
XYZ 14.98 16.44 27.58 -
YUV 110.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 87 116 141 0.38 0.18 0 0.45 207.78 0.24 0.45
Hex 57 74 8D 26 12 0 2D D0 18 2D
Octal 127 164 215 46 22 0 55 320 30 55
Binary 1010111 1110100 10001101 100110 10010 0 101101 11010000 11000 101101

Color Harmonies of #57748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57748D

Black with #57748D

Text Example


Text Example

White with #57748D

Text Example


Text Example

HTML Codes & Css Web 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>