Html Css Color HEX #506C8E Kashmir Blue

📋 copy color: '#506C8E'

red 80 ◦ green 108 ◦ blue 142

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

Shades of Kashmir Blue #506C8E

Tints of Kashmir Blue #506C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.03%

R = 24.24%
G = 32.73%
B = 43.03%

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

#506C8E (or 0x506C8E) is known color: Kashmir Blue. HEX triplet: 50, 6C and 8E. RGB value is (80,108,142). Sum of RGB (Red+Green+Blue) = 80+108+142=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #506C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506C8E is #AF9371. Grayscale: #676767. Windows color (decimal): -11506546 or 9333840. OLE color: 9333840.

HSL color Cylindrical-coordinate representation of color #506C8E: hue angle of 212.9º 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 #506C8E is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 108 142 -
CMYK 0.44 0.24 0 0.44
HSL 212.9º 0.28% 0.44% -
HSV(B) 212.9º 0.44% 0.56% -
XYZ 13.55 14.38 27.65 -
YUV 103.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 80 108 142 0.44 0.24 0 0.44 212.9 0.28 0.44
Hex 50 6C 8E 2C 18 0 2C D5 1C 2C
Octal 120 154 216 54 30 0 54 325 34 54
Binary 1010000 1101100 10001110 101100 11000 0 101100 11010101 11100 101100

Color Harmonies of #506C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C8E

Black with #506C8E

Text Example


Text Example

White with #506C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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