Html Css Color HEX #506BBD Chetwode Blue

📋 copy color: '#506BBD'

red 80 ◦ green 107 ◦ blue 189

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

Shades of Chetwode Blue #506BBD

Tints of Chetwode Blue #506BBD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.46%

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

R = 21.28%
G = 28.46%
B = 50.27%

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

#506BBD (or 0x506BBD) is known color: Chetwode Blue. HEX triplet: 50, 6B and BD. RGB value is (80,107,189). Sum of RGB (Red+Green+Blue) = 80+107+189=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #506BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BBD is #AF9442. Grayscale: #6B6B6B. Windows color (decimal): -11506755 or 12413776. OLE color: 12413776.

HSL color Cylindrical-coordinate representation of color #506BBD: hue angle of 225.14º 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 #506BBD is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 107 189 -
CMYK 0.58 0.43 0 0.26
HSL 225.14º 0.45% 0.53% -
HSV(B) 225.14º 0.58% 0.74% -
XYZ 17.75 15.89 50.28 -
YUV 108.28 173.55 107.83 -
System Red Green Blue C M Y K H S L
Decimal 80 107 189 0.58 0.43 0 0.26 225.14 0.45 0.53
Hex 50 6B BD 3A 2B 0 1A E1 2D 35
Octal 120 153 275 72 53 0 32 341 55 65
Binary 1010000 1101011 10111101 111010 101011 0 11010 11100001 101101 110101

Color Harmonies of #506BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BBD

Black with #506BBD

Text Example


Text Example

White with #506BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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