Html Css Color HEX #506286 Kashmir Blue

📋 copy color: '#506286'

red 80 ◦ green 98 ◦ blue 134

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

Shades of Kashmir Blue #506286

Tints of Kashmir Blue #506286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.41%

 BLUE value IS 134 (52.73% from 255) = 42.95%

R = 25.64%
G = 31.41%
B = 42.95%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#506286 (or 0x506286) is known color: Kashmir Blue. HEX triplet: 50, 62 and 86. RGB value is (80,98,134). Sum of RGB (Red+Green+Blue) = 80+98+134=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 134 - color contains mainly: blue. Hex color #506286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506286 is #AF9D79. Grayscale: #606060. Windows color (decimal): -11509114 or 8806992. OLE color: 8806992.

HSL color Cylindrical-coordinate representation of color #506286: hue angle of 220º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506286 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 98 134 -
CMYK 0.40 0.27 0 0.47
HSL 220º 0.25% 0.42% -
HSV(B) 220º 0.4% 0.53% -
XYZ 11.98 12.16 24.27 -
YUV 96.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 80 98 134 0.40 0.27 0 0.47 220 0.25 0.42
Hex 50 62 86 28 1B 0 2F DC 19 2A
Octal 120 142 206 50 33 0 57 334 31 52
Binary 1010000 1100010 10000110 101000 11011 0 101111 11011100 11001 101010

Color Harmonies of #506286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506286

Black with #506286

Text Example


Text Example

White with #506286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506286; }

 p { color: rgb(80,98,134); }

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

background-color css

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

 a { background-color: rgb(80,98,134); }

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

border-color css

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

 span { border-color: rgb(80,98,134); }

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