Html Css Color HEX #57748C Kashmir Blue

📋 copy color: '#57748C'

red 87 ◦ green 116 ◦ blue 140

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

Shades of Kashmir Blue #57748C

Tints of Kashmir Blue #57748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.82%

R = 25.36%
G = 33.82%
B = 40.82%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57748C (or 0x57748C) is known color: Kashmir Blue. HEX triplet: 57, 74 and 8C. RGB value is (87,116,140). Sum of RGB (Red+Green+Blue) = 87+116+140=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #57748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57748C is #A88B73. Grayscale: #6D6D6D. Windows color (decimal): -11045748 or 9204823. OLE color: 9204823.

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

Color convert

RGB 87 116 140 -
CMYK 0.38 0.17 0 0.45
HSL 207.17º 0.23% 0.45% -
HSV(B) 207.17º 0.38% 0.55% -
XYZ 14.91 16.41 27.19 -
YUV 110.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 87 116 140 0.38 0.17 0 0.45 207.17 0.23 0.45
Hex 57 74 8C 26 11 0 2D CF 17 2D
Octal 127 164 214 46 21 0 55 317 27 55
Binary 1010111 1110100 10001100 100110 10001 0 101101 11001111 10111 101101

Color Harmonies of #57748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57748C

Black with #57748C

Text Example


Text Example

White with #57748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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