Html Css Color HEX #5069BA Chetwode Blue

📋 copy color: '#5069BA'

red 80 ◦ green 105 ◦ blue 186

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

Shades of Chetwode Blue #5069BA

Tints of Chetwode Blue #5069BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.3%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 21.56%
G = 28.3%
B = 50.13%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5069BA (or 0x5069BA) is known color: Chetwode Blue. HEX triplet: 50, 69 and BA. RGB value is (80,105,186). Sum of RGB (Red+Green+Blue) = 80+105+186=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #5069BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5069BA is #AF9645. Grayscale: #6A6A6A. Windows color (decimal): -11507270 or 12216656. OLE color: 12216656.

HSL color Cylindrical-coordinate representation of color #5069BA: hue angle of 225.85º degrees, saturation: 0.43, 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 #5069BA is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 105 186 -
CMYK 0.57 0.44 0 0.27
HSL 225.85º 0.43% 0.52% -
HSV(B) 225.85º 0.57% 0.73% -
XYZ 17.22 15.35 48.51 -
YUV 106.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 80 105 186 0.57 0.44 0 0.27 225.85 0.43 0.52
Hex 50 69 BA 39 2C 0 1B E2 2B 34
Octal 120 151 272 71 54 0 33 342 53 64
Binary 1010000 1101001 10111010 111001 101100 0 11011 11100010 101011 110100

Color Harmonies of #5069BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5069BA

Black with #5069BA

Text Example


Text Example

White with #5069BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5069BA; }

 p { color: rgb(80,105,186); }

 H1.HeaderClassName
 {
   color: #5069BA;
 }
 .AnyTagClassName
 {
   color: #5069BA;
 }
</style>

background-color css

<style>
 a { background-color: #5069BA; }

 a { background-color: rgb(80,105,186); }

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

border-color css

<style>
 span { border-color: #5069BA; }

 span { border-color: rgb(80,105,186); }

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