Html Css Color HEX #5570BA Chetwode Blue

📋 copy color: '#5570BA'

red 85 ◦ green 112 ◦ blue 186

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

Shades of Chetwode Blue #5570BA

Tints of Chetwode Blue #5570BA

RGB

 RED value IS 85 (33.59% from 255) = 22.19%

 GREEN value IS 112 (44.14% from 255) = 29.24%

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

R = 22.19%
G = 29.24%
B = 48.56%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5570BA (or 0x5570BA) is known color: Chetwode Blue. HEX triplet: 55, 70 and BA. RGB value is (85,112,186). Sum of RGB (Red+Green+Blue) = 85+112+186=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #5570BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5570BA is #AA8F45. Grayscale: #707070. Windows color (decimal): -11177798 or 12218453. OLE color: 12218453.

HSL color Cylindrical-coordinate representation of color #5570BA: hue angle of 223.96º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5570BA is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 112 186 -
CMYK 0.54 0.40 0 0.27
HSL 223.96º 0.42% 0.53% -
HSV(B) 223.96º 0.54% 0.73% -
XYZ 18.4 17.06 48.78 -
YUV 112.36 169.55 108.48 -
System Red Green Blue C M Y K H S L
Decimal 85 112 186 0.54 0.40 0 0.27 223.96 0.42 0.53
Hex 55 70 BA 36 28 0 1B E0 2A 35
Octal 125 160 272 66 50 0 33 340 52 65
Binary 1010101 1110000 10111010 110110 101000 0 11011 11100000 101010 110101

Color Harmonies of #5570BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5570BA

Black with #5570BA

Text Example


Text Example

White with #5570BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,112,186); }

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

background-color css

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

 a { background-color: rgb(85,112,186); }

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

border-color css

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

 span { border-color: rgb(85,112,186); }

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