Html Css Color HEX #5771BC Chetwode Blue

📋 copy color: '#5771BC'

red 87 ◦ green 113 ◦ blue 188

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

Shades of Chetwode Blue #5771BC

Tints of Chetwode Blue #5771BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.12%

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 22.42%
G = 29.12%
B = 48.45%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5771BC (or 0x5771BC) is known color: Chetwode Blue. HEX triplet: 57, 71 and BC. RGB value is (87,113,188). Sum of RGB (Red+Green+Blue) = 87+113+188=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #5771BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5771BC is #A88E43. Grayscale: #717171. Windows color (decimal): -11046468 or 12349783. OLE color: 12349783.

HSL color Cylindrical-coordinate representation of color #5771BC: hue angle of 224.55º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5771BC is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 113 188 -
CMYK 0.54 0.40 0 0.26
HSL 224.55º 0.43% 0.54% -
HSV(B) 224.55º 0.54% 0.74% -
XYZ 18.91 17.47 49.95 -
YUV 113.78 169.89 108.9 -
System Red Green Blue C M Y K H S L
Decimal 87 113 188 0.54 0.40 0 0.26 224.55 0.43 0.54
Hex 57 71 BC 36 28 0 1A E1 2B 36
Octal 127 161 274 66 50 0 32 341 53 66
Binary 1010111 1110001 10111100 110110 101000 0 11010 11100001 101011 110110

Color Harmonies of #5771BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5771BC

Black with #5771BC

Text Example


Text Example

White with #5771BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5771BC; }

 p { color: rgb(87,113,188); }

 H1.HeaderClassName
 {
   color: #5771BC;
 }
 .AnyTagClassName
 {
   color: #5771BC;
 }
</style>

background-color css

<style>
 a { background-color: #5771BC; }

 a { background-color: rgb(87,113,188); }

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

border-color css

<style>
 span { border-color: #5771BC; }

 span { border-color: rgb(87,113,188); }

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