#506A8C

Color #506A8C Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #506A8C

Tints of Kashmir Blue #506A8C

Color information

#506A8C (or 0x506A8C) is unknown color: approx Kashmir Blue. HEX triplet: 50, 6A and 8C. RGB value is (80,106,140). Sum of RGB (Red+Green+Blue) = 80+106+140=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #506A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506A8C is #AF9573. Grayscale: #656565. Windows color (decimal): -11507060 or 9202256. OLE color: 9202256.

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

Color convert

RGB80106140-
CMYK0.430.2400.45
HSL214º27.27%43.14%-
HSV(B)214º42.86%54.9%-
XYZ13.213.9126.8-
YUV102.1149.39112.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=24.54%
G=32.52%
B=42.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801061400.430.2400.4521427.2743.14
Hex506A8C2B1802Dd61b2b
Octal12015221453300553263353
Binary10100001101010100011001010111100001011011101011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #506A8C;
 }
 .AnyTagClassName
 {
   color: #506A8C;
 }
</style>
background-color css

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

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

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

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

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

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