Html Css Color HEX #506389 Kashmir Blue

📋 copy color: '#506389'

red 80 ◦ green 99 ◦ blue 137

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

Shades of Kashmir Blue #506389

Tints of Kashmir Blue #506389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.33%

 BLUE value IS 137 (53.91% from 255) = 43.35%

R = 25.32%
G = 31.33%
B = 43.35%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#506389 (or 0x506389) is known color: Kashmir Blue. HEX triplet: 50, 63 and 89. RGB value is (80,99,137). Sum of RGB (Red+Green+Blue) = 80+99+137=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #506389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506389 is #AF9C76. Grayscale: #616161. Windows color (decimal): -11508855 or 9003856. OLE color: 9003856.

HSL color Cylindrical-coordinate representation of color #506389: hue angle of 220º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #506389 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 99 137 -
CMYK 0.42 0.28 0 0.46
HSL 220º 0.26% 0.43% -
HSV(B) 220º 0.42% 0.54% -
XYZ 12.29 12.44 25.42 -
YUV 97.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 80 99 137 0.42 0.28 0 0.46 220 0.26 0.43
Hex 50 63 89 2A 1C 0 2E DC 1A 2B
Octal 120 143 211 52 34 0 56 334 32 53
Binary 1010000 1100011 10001001 101010 11100 0 101110 11011100 11010 101011

Color Harmonies of #506389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506389

Black with #506389

Text Example


Text Example

White with #506389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506389; }

 p { color: rgb(80,99,137); }

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

background-color css

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

 a { background-color: rgb(80,99,137); }

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

border-color css

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

 span { border-color: rgb(80,99,137); }

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