Html Css Color HEX #506A8D Kashmir Blue

📋 copy color: '#506A8D'

red 80 ◦ green 106 ◦ blue 141

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

Shades of Kashmir Blue #506A8D

Tints of Kashmir Blue #506A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.42%

 BLUE value IS 141 (55.47% from 255) = 43.12%

R = 24.46%
G = 32.42%
B = 43.12%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#506A8D (or 0x506A8D) is known color: Kashmir Blue. HEX triplet: 50, 6A and 8D. RGB value is (80,106,141). Sum of RGB (Red+Green+Blue) = 80+106+141=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #506A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506A8D is #AF9572. Grayscale: #666666. Windows color (decimal): -11507059 or 9267792. OLE color: 9267792.

HSL color Cylindrical-coordinate representation of color #506A8D: hue angle of 214.43º degrees, saturation: 0.28, 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 #506A8D is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 106 141 -
CMYK 0.43 0.25 0 0.45
HSL 214.43º 0.28% 0.43% -
HSV(B) 214.43º 0.43% 0.55% -
XYZ 13.27 13.94 27.19 -
YUV 102.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 80 106 141 0.43 0.25 0 0.45 214.43 0.28 0.43
Hex 50 6A 8D 2B 19 0 2D D6 1C 2B
Octal 120 152 215 53 31 0 55 326 34 53
Binary 1010000 1101010 10001101 101011 11001 0 101101 11010110 11100 101011

Color Harmonies of #506A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A8D

Black with #506A8D

Text Example


Text Example

White with #506A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,106,141); }

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

background-color css

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

 a { background-color: rgb(80,106,141); }

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

border-color css

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

 span { border-color: rgb(80,106,141); }

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