Html Css Color HEX #506CB6 Chetwode Blue

📋 copy color: '#506CB6'

red 80 ◦ green 108 ◦ blue 182

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

Shades of Chetwode Blue #506CB6

Tints of Chetwode Blue #506CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.19%

R = 21.62%
G = 29.19%
B = 49.19%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#506CB6 (or 0x506CB6) is known color: Chetwode Blue. HEX triplet: 50, 6C and B6. RGB value is (80,108,182). Sum of RGB (Red+Green+Blue) = 80+108+182=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #506CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CB6 is #AF9349. Grayscale: #6B6B6B. Windows color (decimal): -11506506 or 11955280. OLE color: 11955280.

HSL color Cylindrical-coordinate representation of color #506CB6: hue angle of 223.53º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #506CB6 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 108 182 -
CMYK 0.56 0.41 0 0.29
HSL 223.53º 0.41% 0.51% -
HSV(B) 223.53º 0.56% 0.71% -
XYZ 17.11 15.81 46.41 -
YUV 108.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 80 108 182 0.56 0.41 0 0.29 223.53 0.41 0.51
Hex 50 6C B6 38 29 0 1D E0 29 33
Octal 120 154 266 70 51 0 35 340 51 63
Binary 1010000 1101100 10110110 111000 101001 0 11101 11100000 101001 110011

Color Harmonies of #506CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506CB6

Black with #506CB6

Text Example


Text Example

White with #506CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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