Html Css Color HEX #506CC0 Chetwode Blue

📋 copy color: '#506CC0'

red 80 ◦ green 108 ◦ blue 192

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

Shades of Chetwode Blue #506CC0

Tints of Chetwode Blue #506CC0

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 value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#506CC0 (or 0x506CC0) is known color: 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

RGB 80 108 192 -
CMYK 0.58 0.44 0 0.25
HSL 225º 0.47% 0.53% -
HSV(B) 225º 0.58% 0.75% -
XYZ 18.19 16.24 52.04 -
YUV 109.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 80 108 192 0.58 0.44 0 0.25 225 0.47 0.53
Hex 50 6C C0 3A 2C 0 19 E1 2F 35
Octal 120 154 300 72 54 0 31 341 57 65
Binary 1010000 1101100 11000000 111010 101100 0 11001 11100001 101111 110101

Color Harmonies of #506CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506CC0

Black with #506CC0

Text Example


Text Example

White with #506CC0

Text Example


Text Example

HTML Codes & Css Web 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>