Html Css Color HEX #5770AF Chetwode Blue

📋 copy color: '#5770AF'

red 87 ◦ green 112 ◦ blue 175

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

Shades of Chetwode Blue #5770AF

Tints of Chetwode Blue #5770AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 23.26%
G = 29.95%
B = 46.79%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5770AF (or 0x5770AF) is known color: Chetwode Blue. HEX triplet: 57, 70 and AF. RGB value is (87,112,175). Sum of RGB (Red+Green+Blue) = 87+112+175=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #5770AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5770AF is #A88F50. Grayscale: #6F6F6F. Windows color (decimal): -11046737 or 11497559. OLE color: 11497559.

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

Color convert

RGB 87 112 175 -
CMYK 0.50 0.36 0 0.31
HSL 222.95º 0.35% 0.51% -
HSV(B) 222.95º 0.5% 0.69% -
XYZ 17.46 16.71 42.86 -
YUV 111.71 163.72 110.38 -
System Red Green Blue C M Y K H S L
Decimal 87 112 175 0.50 0.36 0 0.31 222.95 0.35 0.51
Hex 57 70 AF 32 24 0 1F DF 23 33
Octal 127 160 257 62 44 0 37 337 43 63
Binary 1010111 1110000 10101111 110010 100100 0 11111 11011111 100011 110011

Color Harmonies of #5770AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5770AF

Black with #5770AF

Text Example


Text Example

White with #5770AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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