Html Css Color HEX #506CBD Chetwode Blue

📋 copy color: '#506CBD'

red 80 ◦ green 108 ◦ blue 189

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

Shades of Chetwode Blue #506CBD

Tints of Chetwode Blue #506CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 21.22%
G = 28.65%
B = 50.13%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#506CBD (or 0x506CBD) is known color: Chetwode Blue. HEX triplet: 50, 6C and BD. RGB value is (80,108,189). Sum of RGB (Red+Green+Blue) = 80+108+189=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #506CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CBD is #AF9342. Grayscale: #6C6C6C. Windows color (decimal): -11506499 or 12414032. OLE color: 12414032.

HSL color Cylindrical-coordinate representation of color #506CBD: hue angle of 224.59º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #506CBD is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 108 189 -
CMYK 0.58 0.43 0 0.26
HSL 224.59º 0.45% 0.53% -
HSV(B) 224.59º 0.58% 0.74% -
XYZ 17.86 16.1 50.31 -
YUV 108.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 80 108 189 0.58 0.43 0 0.26 224.59 0.45 0.53
Hex 50 6C BD 3A 2B 0 1A E1 2D 35
Octal 120 154 275 72 53 0 32 341 55 65
Binary 1010000 1101100 10111101 111010 101011 0 11010 11100001 101101 110101

Color Harmonies of #506CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506CBD

Black with #506CBD

Text Example


Text Example

White with #506CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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