Html Css Color HEX #50688C Kashmir Blue

📋 copy color: '#50688C'

red 80 ◦ green 104 ◦ blue 140

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

Shades of Kashmir Blue #50688C

Tints of Kashmir Blue #50688C

RGB

 RED value IS 80 (31.64% from 255) = 24.69%

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

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

R = 24.69%
G = 32.1%
B = 43.21%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50688C (or 0x50688C) is known color: Kashmir Blue. HEX triplet: 50, 68 and 8C. RGB value is (80,104,140). Sum of RGB (Red+Green+Blue) = 80+104+140=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #50688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50688C is #AF9773. Grayscale: #646464. Windows color (decimal): -11507572 or 9201744. OLE color: 9201744.

HSL color Cylindrical-coordinate representation of color #50688C: hue angle of 216º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50688C is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 104 140 -
CMYK 0.43 0.26 0 0.45
HSL 216º 0.27% 0.43% -
HSV(B) 216º 0.43% 0.55% -
XYZ 12.99 13.5 26.73 -
YUV 100.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 80 104 140 0.43 0.26 0 0.45 216 0.27 0.43
Hex 50 68 8C 2B 1A 0 2D D8 1B 2B
Octal 120 150 214 53 32 0 55 330 33 53
Binary 1010000 1101000 10001100 101011 11010 0 101101 11011000 11011 101011

Color Harmonies of #50688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50688C

Black with #50688C

Text Example


Text Example

White with #50688C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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