Html Css Color HEX #57698B Kashmir Blue

📋 copy color: '#57698B'

red 87 ◦ green 105 ◦ blue 139

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

Shades of Kashmir Blue #57698B

Tints of Kashmir Blue #57698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.99%

R = 26.28%
G = 31.72%
B = 41.99%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57698B (or 0x57698B) is known color: Kashmir Blue. HEX triplet: 57, 69 and 8B. RGB value is (87,105,139). Sum of RGB (Red+Green+Blue) = 87+105+139=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #57698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57698B is #A89674. Grayscale: #676767. Windows color (decimal): -11048565 or 9136471. OLE color: 9136471.

HSL color Cylindrical-coordinate representation of color #57698B: hue angle of 219.23º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57698B is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 105 139 -
CMYK 0.37 0.24 0 0.45
HSL 219.23º 0.23% 0.44% -
HSV(B) 219.23º 0.37% 0.55% -
XYZ 13.64 13.99 26.41 -
YUV 103.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 87 105 139 0.37 0.24 0 0.45 219.23 0.23 0.44
Hex 57 69 8B 25 18 0 2D DB 17 2C
Octal 127 151 213 45 30 0 55 333 27 54
Binary 1010111 1101001 10001011 100101 11000 0 101101 11011011 10111 101100

Color Harmonies of #57698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57698B

Black with #57698B

Text Example


Text Example

White with #57698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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