Html Css Color HEX #506ABC Chetwode Blue

📋 copy color: '#506ABC'

red 80 ◦ green 106 ◦ blue 188

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

Shades of Chetwode Blue #506ABC

Tints of Chetwode Blue #506ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.34%

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

R = 21.39%
G = 28.34%
B = 50.27%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#506ABC (or 0x506ABC) is known color: Chetwode Blue. HEX triplet: 50, 6A and BC. RGB value is (80,106,188). Sum of RGB (Red+Green+Blue) = 80+106+188=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #506ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ABC is #AF9543. Grayscale: #6B6B6B. Windows color (decimal): -11507012 or 12347984. OLE color: 12347984.

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

Color convert

RGB 80 106 188 -
CMYK 0.57 0.44 0 0.26
HSL 225.56º 0.45% 0.53% -
HSV(B) 225.56º 0.57% 0.74% -
XYZ 17.54 15.64 49.67 -
YUV 107.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 80 106 188 0.57 0.44 0 0.26 225.56 0.45 0.53
Hex 50 6A BC 39 2C 0 1A E2 2D 35
Octal 120 152 274 71 54 0 32 342 55 65
Binary 1010000 1101010 10111100 111001 101100 0 11010 11100010 101101 110101

Color Harmonies of #506ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506ABC

Black with #506ABC

Text Example


Text Example

White with #506ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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