Html Css Color HEX #5770B1 Chetwode Blue

📋 copy color: '#5770B1'

red 87 ◦ green 112 ◦ blue 177

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

Shades of Chetwode Blue #5770B1

Tints of Chetwode Blue #5770B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.07%

R = 23.14%
G = 29.79%
B = 47.07%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5770B1 (or 0x5770B1) is known color: Chetwode Blue. HEX triplet: 57, 70 and B1. RGB value is (87,112,177). Sum of RGB (Red+Green+Blue) = 87+112+177=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 177 - color contains mainly: blue. Hex color #5770B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5770B1 is #A88F4E. Grayscale: #6F6F6F. Windows color (decimal): -11046735 or 11628631. OLE color: 11628631.

HSL color Cylindrical-coordinate representation of color #5770B1: hue angle of 223.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5770B1 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 112 177 -
CMYK 0.51 0.37 0 0.31
HSL 223.33º 0.37% 0.52% -
HSV(B) 223.33º 0.51% 0.69% -
XYZ 17.66 16.79 43.9 -
YUV 111.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 87 112 177 0.51 0.37 0 0.31 223.33 0.37 0.52
Hex 57 70 B1 33 25 0 1F DF 25 34
Octal 127 160 261 63 45 0 37 337 45 64
Binary 1010111 1110000 10110001 110011 100101 0 11111 11011111 100101 110100

Color Harmonies of #5770B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5770B1

Black with #5770B1

Text Example


Text Example

White with #5770B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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