Html Css Color HEX #506BBC Chetwode Blue

📋 copy color: '#506BBC'

red 80 ◦ green 107 ◦ blue 188

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

Shades of Chetwode Blue #506BBC

Tints of Chetwode Blue #506BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 21.33%
G = 28.53%
B = 50.13%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#506BBC (or 0x506BBC) is known color: Chetwode Blue. HEX triplet: 50, 6B and BC. RGB value is (80,107,188). Sum of RGB (Red+Green+Blue) = 80+107+188=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #506BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BBC is #AF9443. Grayscale: #6B6B6B. Windows color (decimal): -11506756 or 12348240. OLE color: 12348240.

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

Color convert

RGB 80 107 188 -
CMYK 0.57 0.43 0 0.26
HSL 225º 0.45% 0.53% -
HSV(B) 225º 0.57% 0.74% -
XYZ 17.64 15.85 49.71 -
YUV 108.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 80 107 188 0.57 0.43 0 0.26 225 0.45 0.53
Hex 50 6B BC 39 2B 0 1A E1 2D 35
Octal 120 153 274 71 53 0 32 341 55 65
Binary 1010000 1101011 10111100 111001 101011 0 11010 11100001 101101 110101

Color Harmonies of #506BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BBC

Black with #506BBC

Text Example


Text Example

White with #506BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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