Html Css Color HEX #5766AD Chetwode Blue

📋 copy color: '#5766AD'

red 87 ◦ green 102 ◦ blue 173

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

Shades of Chetwode Blue #5766AD

Tints of Chetwode Blue #5766AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 24.03%
G = 28.18%
B = 47.79%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5766AD (or 0x5766AD) is known color: Chetwode Blue. HEX triplet: 57, 66 and AD. RGB value is (87,102,173). Sum of RGB (Red+Green+Blue) = 87+102+173=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #5766AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5766AD is #A89952. Grayscale: #696969. Windows color (decimal): -11049299 or 11363927. OLE color: 11363927.

HSL color Cylindrical-coordinate representation of color #5766AD: hue angle of 229.53º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5766AD is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 102 173 -
CMYK 0.50 0.41 0 0.32
HSL 229.53º 0.34% 0.51% -
HSV(B) 229.53º 0.5% 0.68% -
XYZ 16.22 14.55 41.49 -
YUV 105.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 87 102 173 0.50 0.41 0 0.32 229.53 0.34 0.51
Hex 57 66 AD 32 29 0 20 E6 22 33
Octal 127 146 255 62 51 0 40 346 42 63
Binary 1010111 1100110 10101101 110010 101001 0 100000 11100110 100010 110011

Color Harmonies of #5766AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5766AD

Black with #5766AD

Text Example


Text Example

White with #5766AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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