Html Css Color HEX #57688C Kashmir Blue

📋 copy color: '#57688C'

red 87 ◦ green 104 ◦ blue 140

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

Shades of Kashmir Blue #57688C

Tints of Kashmir Blue #57688C

RGB

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

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

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

R = 26.28%
G = 31.42%
B = 42.3%

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

#57688C (or 0x57688C) is known color: Kashmir Blue. HEX triplet: 57, 68 and 8C. RGB value is (87,104,140). Sum of RGB (Red+Green+Blue) = 87+104+140=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #57688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57688C is #A89773. Grayscale: #666666. Windows color (decimal): -11048820 or 9201751. OLE color: 9201751.

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

Color convert

RGB 87 104 140 -
CMYK 0.38 0.26 0 0.45
HSL 220.75º 0.23% 0.45% -
HSV(B) 220.75º 0.38% 0.55% -
XYZ 13.61 13.82 26.76 -
YUV 103.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 87 104 140 0.38 0.26 0 0.45 220.75 0.23 0.45
Hex 57 68 8C 26 1A 0 2D DD 17 2D
Octal 127 150 214 46 32 0 55 335 27 55
Binary 1010111 1101000 10001100 100110 11010 0 101101 11011101 10111 101101

Color Harmonies of #57688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57688C

Black with #57688C

Text Example


Text Example

White with #57688C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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