Html Css Color HEX #506BB6 Chetwode Blue

📋 copy color: '#506BB6'

red 80 ◦ green 107 ◦ blue 182

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

Shades of Chetwode Blue #506BB6

Tints of Chetwode Blue #506BB6

RGB

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

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

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

R = 21.68%
G = 29%
B = 49.32%

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

#506BB6 (or 0x506BB6) is known color: Chetwode Blue. HEX triplet: 50, 6B and B6. RGB value is (80,107,182). Sum of RGB (Red+Green+Blue) = 80+107+182=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #506BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BB6 is #AF9449. Grayscale: #6B6B6B. Windows color (decimal): -11506762 or 11955024. OLE color: 11955024.

HSL color Cylindrical-coordinate representation of color #506BB6: hue angle of 224.12º 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 #506BB6 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 107 182 -
CMYK 0.56 0.41 0 0.29
HSL 224.12º 0.41% 0.51% -
HSV(B) 224.12º 0.56% 0.71% -
XYZ 17.01 15.6 46.37 -
YUV 107.48 170.05 108.4 -
System Red Green Blue C M Y K H S L
Decimal 80 107 182 0.56 0.41 0 0.29 224.12 0.41 0.51
Hex 50 6B B6 38 29 0 1D E0 29 33
Octal 120 153 266 70 51 0 35 340 51 63
Binary 1010000 1101011 10110110 111000 101001 0 11101 11100000 101001 110011

Color Harmonies of #506BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BB6

Black with #506BB6

Text Example


Text Example

White with #506BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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