Html Css Color HEX #5766AF Chetwode Blue

📋 copy color: '#5766AF'

red 87 ◦ green 102 ◦ blue 175

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

Shades of Chetwode Blue #5766AF

Tints of Chetwode Blue #5766AF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.02%

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

R = 23.9%
G = 28.02%
B = 48.08%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5766AF (or 0x5766AF) is known color: Chetwode Blue. HEX triplet: 57, 66 and AF. RGB value is (87,102,175). Sum of RGB (Red+Green+Blue) = 87+102+175=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #5766AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5766AF is #A89950. Grayscale: #696969. Windows color (decimal): -11049297 or 11494999. OLE color: 11494999.

HSL color Cylindrical-coordinate representation of color #5766AF: hue angle of 229.77º 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 #5766AF is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 102 175 -
CMYK 0.50 0.42 0 0.31
HSL 229.77º 0.35% 0.51% -
HSV(B) 229.77º 0.5% 0.69% -
XYZ 16.42 14.62 42.51 -
YUV 105.84 167.03 114.56 -
System Red Green Blue C M Y K H S L
Decimal 87 102 175 0.50 0.42 0 0.31 229.77 0.35 0.51
Hex 57 66 AF 32 2A 0 1F E6 23 33
Octal 127 146 257 62 52 0 37 346 43 63
Binary 1010111 1100110 10101111 110010 101010 0 11111 11100110 100011 110011

Color Harmonies of #5766AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5766AF

Black with #5766AF

Text Example


Text Example

White with #5766AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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