Html Css Color HEX #506CBB Chetwode Blue

📋 copy color: '#506CBB'

red 80 ◦ green 108 ◦ blue 187

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

Shades of Chetwode Blue #506CBB

Tints of Chetwode Blue #506CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.87%

R = 21.33%
G = 28.8%
B = 49.87%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#506CBB (or 0x506CBB) is known color: Chetwode Blue. HEX triplet: 50, 6C and BB. RGB value is (80,108,187). Sum of RGB (Red+Green+Blue) = 80+108+187=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #506CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CBB is #AF9344. Grayscale: #6C6C6C. Windows color (decimal): -11506501 or 12282960. OLE color: 12282960.

HSL color Cylindrical-coordinate representation of color #506CBB: hue angle of 224.3º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #506CBB is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 108 187 -
CMYK 0.57 0.42 0 0.27
HSL 224.3º 0.44% 0.52% -
HSV(B) 224.3º 0.57% 0.73% -
XYZ 17.64 16.02 49.18 -
YUV 108.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 80 108 187 0.57 0.42 0 0.27 224.3 0.44 0.52
Hex 50 6C BB 39 2A 0 1B E0 2C 34
Octal 120 154 273 71 52 0 33 340 54 64
Binary 1010000 1101100 10111011 111001 101010 0 11011 11100000 101100 110100

Color Harmonies of #506CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506CBB

Black with #506CBB

Text Example


Text Example

White with #506CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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