Html Css Color HEX #5770BA Chetwode Blue

📋 copy color: '#5770BA'

red 87 ◦ green 112 ◦ blue 186

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

Shades of Chetwode Blue #5770BA

Tints of Chetwode Blue #5770BA

RGB

 RED value IS 87 (34.38% from 255) = 22.6%

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

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

R = 22.6%
G = 29.09%
B = 48.31%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5770BA (or 0x5770BA) is known color: Chetwode Blue. HEX triplet: 57, 70 and BA. RGB value is (87,112,186). Sum of RGB (Red+Green+Blue) = 87+112+186=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #5770BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5770BA is #A88F45. Grayscale: #707070. Windows color (decimal): -11046726 or 12218455. OLE color: 12218455.

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

Color convert

RGB 87 112 186 -
CMYK 0.53 0.40 0 0.27
HSL 224.85º 0.42% 0.54% -
HSV(B) 224.85º 0.53% 0.73% -
XYZ 18.59 17.16 48.79 -
YUV 112.96 169.22 109.48 -
System Red Green Blue C M Y K H S L
Decimal 87 112 186 0.53 0.40 0 0.27 224.85 0.42 0.54
Hex 57 70 BA 35 28 0 1B E1 2A 36
Octal 127 160 272 65 50 0 33 341 52 66
Binary 1010111 1110000 10111010 110101 101000 0 11011 11100001 101010 110110

Color Harmonies of #5770BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5770BA

Black with #5770BA

Text Example


Text Example

White with #5770BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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