Html Css Color HEX #57738C Kashmir Blue

📋 copy color: '#57738C'

red 87 ◦ green 115 ◦ blue 140

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

Shades of Kashmir Blue #57738C

Tints of Kashmir Blue #57738C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.63%

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

R = 25.44%
G = 33.63%
B = 40.94%

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

#57738C (or 0x57738C) is known color: Kashmir Blue. HEX triplet: 57, 73 and 8C. RGB value is (87,115,140). Sum of RGB (Red+Green+Blue) = 87+115+140=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #57738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57738C is #A88C73. Grayscale: #6D6D6D. Windows color (decimal): -11046004 or 9204567. OLE color: 9204567.

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

Color convert

RGB 87 115 140 -
CMYK 0.38 0.18 0 0.45
HSL 208.3º 0.23% 0.45% -
HSV(B) 208.3º 0.38% 0.55% -
XYZ 14.79 16.18 27.15 -
YUV 109.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 87 115 140 0.38 0.18 0 0.45 208.3 0.23 0.45
Hex 57 73 8C 26 12 0 2D D0 17 2D
Octal 127 163 214 46 22 0 55 320 27 55
Binary 1010111 1110011 10001100 100110 10010 0 101101 11010000 10111 101101

Color Harmonies of #57738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57738C

Black with #57738C

Text Example


Text Example

White with #57738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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