#506CC0

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

Shades of Chetwode Blue #506CC0

Tints of Chetwode Blue #506CC0

Color information

#506CC0 (or 0x506CC0) is unknown color: approx Chetwode Blue. HEX triplet: 50, 6C and C0. RGB value is (80,108,192). Sum of RGB (Red+Green+Blue) = 80+108+192=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #506CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CC0 is #AF933F. Grayscale: #6C6C6C. Windows color (decimal): -11506496 or 12610640. OLE color: 12610640.

HSL color Cylindrical-coordinate representation of color #506CC0: hue angle of 225º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #506CC0 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80108192-
CMYK0.580.4400.25
HSL225º47.06%53.33%-
HSV(B)225º58.33%75.29%-
XYZ18.1916.2452.04-
YUV109.2174.72107.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.05%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 192 (75.39% from 255) = 50.53%
R=21.05%
G=28.42%
B=50.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801081920.580.4400.2522547.0653.33
Hex506CC03A2C019e12f35
Octal12015430072540313415765
Binary101000011011001100000011101010110001100111100001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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