Html Css Color HEX #5869AD Chetwode Blue

📋 copy color: '#5869AD'

red 88 ◦ green 105 ◦ blue 173

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

Shades of Chetwode Blue #5869AD

Tints of Chetwode Blue #5869AD

RGB

 RED value IS 88 (34.77% from 255) = 24.04%

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

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

R = 24.04%
G = 28.69%
B = 47.27%

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

#5869AD (or 0x5869AD) is known color: Chetwode Blue. HEX triplet: 58, 69 and AD. RGB value is (88,105,173). Sum of RGB (Red+Green+Blue) = 88+105+173=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #5869AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5869AD is #A79652. Grayscale: #6B6B6B. Windows color (decimal): -10982995 or 11364696. OLE color: 11364696.

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

Color convert

RGB 88 105 173 -
CMYK 0.49 0.39 0 0.32
HSL 228º 0.34% 0.51% -
HSV(B) 228º 0.49% 0.68% -
XYZ 16.62 15.19 41.59 -
YUV 107.67 164.87 113.97 -
System Red Green Blue C M Y K H S L
Decimal 88 105 173 0.49 0.39 0 0.32 228 0.34 0.51
Hex 58 69 AD 31 27 0 20 E4 22 33
Octal 130 151 255 61 47 0 40 344 42 63
Binary 1011000 1101001 10101101 110001 100111 0 100000 11100100 100010 110011

Color Harmonies of #5869AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5869AD

Black with #5869AD

Text Example


Text Example

White with #5869AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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