Html Css Color HEX #5666AD Chetwode Blue

📋 copy color: '#5666AD'

red 86 ◦ green 102 ◦ blue 173

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

Shades of Chetwode Blue #5666AD

Tints of Chetwode Blue #5666AD

RGB

 RED value IS 86 (33.98% from 255) = 23.82%

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

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

R = 23.82%
G = 28.25%
B = 47.92%

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

#5666AD (or 0x5666AD) is known color: Chetwode Blue. HEX triplet: 56, 66 and AD. RGB value is (86,102,173). Sum of RGB (Red+Green+Blue) = 86+102+173=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #5666AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5666AD is #A99952. Grayscale: #696969. Windows color (decimal): -11114835 or 11363926. OLE color: 11363926.

HSL color Cylindrical-coordinate representation of color #5666AD: hue angle of 228.97º degrees, saturation: 0.35, 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 #5666AD is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 102 173 -
CMYK 0.50 0.41 0 0.32
HSL 228.97º 0.35% 0.51% -
HSV(B) 228.97º 0.5% 0.68% -
XYZ 16.13 14.5 41.48 -
YUV 105.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 86 102 173 0.50 0.41 0 0.32 228.97 0.35 0.51
Hex 56 66 AD 32 29 0 20 E5 23 33
Octal 126 146 255 62 51 0 40 345 43 63
Binary 1010110 1100110 10101101 110010 101001 0 100000 11100101 100011 110011

Color Harmonies of #5666AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5666AD

Black with #5666AD

Text Example


Text Example

White with #5666AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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