Html Css Color HEX #5969AD Chetwode Blue

📋 copy color: '#5969AD'

red 89 ◦ green 105 ◦ blue 173

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

Shades of Chetwode Blue #5969AD

Tints of Chetwode Blue #5969AD

RGB

 RED value IS 89 (35.16% from 255) = 24.25%

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

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

R = 24.25%
G = 28.61%
B = 47.14%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5969AD (or 0x5969AD) is known color: Chetwode Blue. HEX triplet: 59, 69 and AD. RGB value is (89,105,173). Sum of RGB (Red+Green+Blue) = 89+105+173=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #5969AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5969AD is #A69652. Grayscale: #6B6B6B. Windows color (decimal): -10917459 or 11364697. OLE color: 11364697.

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

Color convert

RGB 89 105 173 -
CMYK 0.49 0.39 0 0.32
HSL 228.57º 0.34% 0.51% -
HSV(B) 228.57º 0.49% 0.68% -
XYZ 16.71 15.24 41.6 -
YUV 107.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 89 105 173 0.49 0.39 0 0.32 228.57 0.34 0.51
Hex 59 69 AD 31 27 0 20 E5 22 33
Octal 131 151 255 61 47 0 40 345 42 63
Binary 1011001 1101001 10101101 110001 100111 0 100000 11100101 100010 110011

Color Harmonies of #5969AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5969AD

Black with #5969AD

Text Example


Text Example

White with #5969AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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