Html Css Color HEX #5570BE Chetwode Blue

📋 copy color: '#5570BE'

red 85 ◦ green 112 ◦ blue 190

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

Shades of Chetwode Blue #5570BE

Tints of Chetwode Blue #5570BE

RGB

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

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

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

R = 21.96%
G = 28.94%
B = 49.1%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5570BE (or 0x5570BE) is known color: Chetwode Blue. HEX triplet: 55, 70 and BE. RGB value is (85,112,190). Sum of RGB (Red+Green+Blue) = 85+112+190=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #5570BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5570BE is #AA8F41. Grayscale: #707070. Windows color (decimal): -11177794 or 12480597. OLE color: 12480597.

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

Color convert

RGB 85 112 190 -
CMYK 0.55 0.41 0 0.25
HSL 224.57º 0.45% 0.54% -
HSV(B) 224.57º 0.55% 0.75% -
XYZ 18.83 17.24 51.05 -
YUV 112.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 85 112 190 0.55 0.41 0 0.25 224.57 0.45 0.54
Hex 55 70 BE 37 29 0 19 E1 2D 36
Octal 125 160 276 67 51 0 31 341 55 66
Binary 1010101 1110000 10111110 110111 101001 0 11001 11100001 101101 110110

Color Harmonies of #5570BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5570BE

Black with #5570BE

Text Example


Text Example

White with #5570BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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