Html Css Color HEX #57688A Kashmir Blue

📋 copy color: '#57688A'

red 87 ◦ green 104 ◦ blue 138

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

Shades of Kashmir Blue #57688A

Tints of Kashmir Blue #57688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 26.44%
G = 31.61%
B = 41.95%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#57688A (or 0x57688A) is known color: Kashmir Blue. HEX triplet: 57, 68 and 8A. RGB value is (87,104,138). Sum of RGB (Red+Green+Blue) = 87+104+138=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #57688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57688A is #A89775. Grayscale: #666666. Windows color (decimal): -11048822 or 9070679. OLE color: 9070679.

HSL color Cylindrical-coordinate representation of color #57688A: hue angle of 220º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57688A is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 104 138 -
CMYK 0.37 0.25 0 0.46
HSL 220º 0.23% 0.44% -
HSV(B) 220º 0.37% 0.54% -
XYZ 13.47 13.76 25.99 -
YUV 102.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 87 104 138 0.37 0.25 0 0.46 220 0.23 0.44
Hex 57 68 8A 25 19 0 2E DC 17 2C
Octal 127 150 212 45 31 0 56 334 27 54
Binary 1010111 1101000 10001010 100101 11001 0 101110 11011100 10111 101100

Color Harmonies of #57688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57688A

Black with #57688A

Text Example


Text Example

White with #57688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57688A; }

 p { color: rgb(87,104,138); }

 H1.HeaderClassName
 {
   color: #57688A;
 }
 .AnyTagClassName
 {
   color: #57688A;
 }
</style>

background-color css

<style>
 a { background-color: #57688A; }

 a { background-color: rgb(87,104,138); }

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

border-color css

<style>
 span { border-color: #57688A; }

 span { border-color: rgb(87,104,138); }

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