Html Css Color HEX #506C8F Kashmir Blue

📋 copy color: '#506C8F'

red 80 ◦ green 108 ◦ blue 143

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

Shades of Kashmir Blue #506C8F

Tints of Kashmir Blue #506C8F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.63%

 BLUE value IS 143 (56.25% from 255) = 43.2%

R = 24.17%
G = 32.63%
B = 43.2%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#506C8F (or 0x506C8F) is known color: Kashmir Blue. HEX triplet: 50, 6C and 8F. RGB value is (80,108,143). Sum of RGB (Red+Green+Blue) = 80+108+143=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #506C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506C8F is #AF9370. Grayscale: #676767. Windows color (decimal): -11506545 or 9399376. OLE color: 9399376.

HSL color Cylindrical-coordinate representation of color #506C8F: hue angle of 213.33º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #506C8F is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 108 143 -
CMYK 0.44 0.24 0 0.44
HSL 213.33º 0.28% 0.44% -
HSV(B) 213.33º 0.44% 0.56% -
XYZ 13.63 14.41 28.05 -
YUV 103.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 80 108 143 0.44 0.24 0 0.44 213.33 0.28 0.44
Hex 50 6C 8F 2C 18 0 2C D5 1C 2C
Octal 120 154 217 54 30 0 54 325 34 54
Binary 1010000 1101100 10001111 101100 11000 0 101100 11010101 11100 101100

Color Harmonies of #506C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C8F

Black with #506C8F

Text Example


Text Example

White with #506C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506C8F; }

 p { color: rgb(80,108,143); }

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

background-color css

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

 a { background-color: rgb(80,108,143); }

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

border-color css

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

 span { border-color: rgb(80,108,143); }

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