Html Css Color HEX #57698C Kashmir Blue

📋 copy color: '#57698C'

red 87 ◦ green 105 ◦ blue 140

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

Shades of Kashmir Blue #57698C

Tints of Kashmir Blue #57698C

RGB

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

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

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

R = 26.2%
G = 31.63%
B = 42.17%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57698C (or 0x57698C) is known color: Kashmir Blue. HEX triplet: 57, 69 and 8C. RGB value is (87,105,140). Sum of RGB (Red+Green+Blue) = 87+105+140=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #57698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57698C is #A89673. Grayscale: #676767. Windows color (decimal): -11048564 or 9202007. OLE color: 9202007.

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

Color convert

RGB 87 105 140 -
CMYK 0.38 0.25 0 0.45
HSL 219.62º 0.23% 0.45% -
HSV(B) 219.62º 0.38% 0.55% -
XYZ 13.72 14.02 26.79 -
YUV 103.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 87 105 140 0.38 0.25 0 0.45 219.62 0.23 0.45
Hex 57 69 8C 26 19 0 2D DC 17 2D
Octal 127 151 214 46 31 0 55 334 27 55
Binary 1010111 1101001 10001100 100110 11001 0 101101 11011100 10111 101101

Color Harmonies of #57698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57698C

Black with #57698C

Text Example


Text Example

White with #57698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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