Html Css Color HEX #57748E Kashmir Blue

📋 copy color: '#57748E'

red 87 ◦ green 116 ◦ blue 142

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

Shades of Kashmir Blue #57748E

Tints of Kashmir Blue #57748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 25.22%
G = 33.62%
B = 41.16%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57748E (or 0x57748E) is known color: Kashmir Blue. HEX triplet: 57, 74 and 8E. RGB value is (87,116,142). Sum of RGB (Red+Green+Blue) = 87+116+142=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #57748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57748E is #A88B71. Grayscale: #6E6E6E. Windows color (decimal): -11045746 or 9335895. OLE color: 9335895.

HSL color Cylindrical-coordinate representation of color #57748E: hue angle of 208.36º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57748E is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 116 142 -
CMYK 0.39 0.18 0 0.44
HSL 208.36º 0.24% 0.45% -
HSV(B) 208.36º 0.39% 0.56% -
XYZ 15.06 16.47 27.98 -
YUV 110.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 87 116 142 0.39 0.18 0 0.44 208.36 0.24 0.45
Hex 57 74 8E 27 12 0 2C D0 18 2D
Octal 127 164 216 47 22 0 54 320 30 55
Binary 1010111 1110100 10001110 100111 10010 0 101100 11010000 11000 101101

Color Harmonies of #57748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57748E

Black with #57748E

Text Example


Text Example

White with #57748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57748E;
 }
 .AnyTagClassName
 {
   color: #57748E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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