Html Css Color HEX #5769AD Chetwode Blue

📋 copy color: '#5769AD'

red 87 ◦ green 105 ◦ blue 173

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

Shades of Chetwode Blue #5769AD

Tints of Chetwode Blue #5769AD

RGB

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

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

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

R = 23.84%
G = 28.77%
B = 47.4%

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

#5769AD (or 0x5769AD) is known color: Chetwode Blue. HEX triplet: 57, 69 and AD. RGB value is (87,105,173). Sum of RGB (Red+Green+Blue) = 87+105+173=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #5769AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5769AD is #A89652. Grayscale: #6B6B6B. Windows color (decimal): -11048531 or 11364695. OLE color: 11364695.

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

Color convert

RGB 87 105 173 -
CMYK 0.50 0.39 0 0.32
HSL 227.44º 0.34% 0.51% -
HSV(B) 227.44º 0.5% 0.68% -
XYZ 16.52 15.15 41.59 -
YUV 107.37 165.04 113.47 -
System Red Green Blue C M Y K H S L
Decimal 87 105 173 0.50 0.39 0 0.32 227.44 0.34 0.51
Hex 57 69 AD 32 27 0 20 E3 22 33
Octal 127 151 255 62 47 0 40 343 42 63
Binary 1010111 1101001 10101101 110010 100111 0 100000 11100011 100010 110011

Color Harmonies of #5769AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5769AD

Black with #5769AD

Text Example


Text Example

White with #5769AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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