Html Css Color HEX #5770BE Chetwode Blue

📋 copy color: '#5770BE'

red 87 ◦ green 112 ◦ blue 190

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

Shades of Chetwode Blue #5770BE

Tints of Chetwode Blue #5770BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 22.37%
G = 28.79%
B = 48.84%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5770BE (or 0x5770BE) is known color: Chetwode Blue. HEX triplet: 57, 70 and BE. RGB value is (87,112,190). Sum of RGB (Red+Green+Blue) = 87+112+190=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #5770BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5770BE is #A88F41. Grayscale: #717171. Windows color (decimal): -11046722 or 12480599. OLE color: 12480599.

HSL color Cylindrical-coordinate representation of color #5770BE: hue angle of 225.44º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5770BE is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 112 190 -
CMYK 0.54 0.41 0 0.25
HSL 225.44º 0.44% 0.54% -
HSV(B) 225.44º 0.54% 0.75% -
XYZ 19.02 17.33 51.06 -
YUV 113.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 87 112 190 0.54 0.41 0 0.25 225.44 0.44 0.54
Hex 57 70 BE 36 29 0 19 E1 2C 36
Octal 127 160 276 66 51 0 31 341 54 66
Binary 1010111 1110000 10111110 110110 101001 0 11001 11100001 101100 110110

Color Harmonies of #5770BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5770BE

Black with #5770BE

Text Example


Text Example

White with #5770BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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