Html Css Color HEX #5669AD Chetwode Blue

📋 copy color: '#5669AD'

red 86 ◦ green 105 ◦ blue 173

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

Shades of Chetwode Blue #5669AD

Tints of Chetwode Blue #5669AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.85%

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

R = 23.63%
G = 28.85%
B = 47.53%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5669AD (or 0x5669AD) is known color: Chetwode Blue. HEX triplet: 56, 69 and AD. RGB value is (86,105,173). Sum of RGB (Red+Green+Blue) = 86+105+173=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #5669AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5669AD is #A99652. Grayscale: #6A6A6A. Windows color (decimal): -11114067 or 11364694. OLE color: 11364694.

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

Color convert

RGB 86 105 173 -
CMYK 0.50 0.39 0 0.32
HSL 226.9º 0.35% 0.51% -
HSV(B) 226.9º 0.5% 0.68% -
XYZ 16.43 15.1 41.58 -
YUV 107.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 86 105 173 0.50 0.39 0 0.32 226.9 0.35 0.51
Hex 56 69 AD 32 27 0 20 E3 23 33
Octal 126 151 255 62 47 0 40 343 43 63
Binary 1010110 1101001 10101101 110010 100111 0 100000 11100011 100011 110011

Color Harmonies of #5669AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5669AD

Black with #5669AD

Text Example


Text Example

White with #5669AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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