Html Css Color HEX #57698D Kashmir Blue

📋 copy color: '#57698D'

red 87 ◦ green 105 ◦ blue 141

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

Shades of Kashmir Blue #57698D

Tints of Kashmir Blue #57698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.53%

 BLUE value IS 141 (55.47% from 255) = 42.34%

R = 26.13%
G = 31.53%
B = 42.34%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57698D (or 0x57698D) is known color: Kashmir Blue. HEX triplet: 57, 69 and 8D. RGB value is (87,105,141). Sum of RGB (Red+Green+Blue) = 87+105+141=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #57698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57698D is #A89672. Grayscale: #676767. Windows color (decimal): -11048563 or 9267543. OLE color: 9267543.

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

Color convert

RGB 87 105 141 -
CMYK 0.38 0.26 0 0.45
HSL 220º 0.24% 0.45% -
HSV(B) 220º 0.38% 0.55% -
XYZ 13.79 14.05 27.18 -
YUV 103.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 87 105 141 0.38 0.26 0 0.45 220 0.24 0.45
Hex 57 69 8D 26 1A 0 2D DC 18 2D
Octal 127 151 215 46 32 0 55 334 30 55
Binary 1010111 1101001 10001101 100110 11010 0 101101 11011100 11000 101101

Color Harmonies of #57698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57698D

Black with #57698D

Text Example


Text Example

White with #57698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57698D;
 }
 .AnyTagClassName
 {
   color: #57698D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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