Html Css Color HEX #5768AD Chetwode Blue

📋 copy color: '#5768AD'

red 87 ◦ green 104 ◦ blue 173

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

Shades of Chetwode Blue #5768AD

Tints of Chetwode Blue #5768AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

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

R = 23.9%
G = 28.57%
B = 47.53%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5768AD (or 0x5768AD) is known color: Chetwode Blue. HEX triplet: 57, 68 and AD. RGB value is (87,104,173). Sum of RGB (Red+Green+Blue) = 87+104+173=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 104 (41.02% from 255 or 28.57% 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 #5768AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5768AD is #A89752. Grayscale: #6A6A6A. Windows color (decimal): -11048787 or 11364439. OLE color: 11364439.

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

Color convert

RGB 87 104 173 -
CMYK 0.50 0.40 0 0.32
HSL 228.14º 0.34% 0.51% -
HSV(B) 228.14º 0.5% 0.68% -
XYZ 16.42 14.94 41.55 -
YUV 106.78 165.37 113.89 -
System Red Green Blue C M Y K H S L
Decimal 87 104 173 0.50 0.40 0 0.32 228.14 0.34 0.51
Hex 57 68 AD 32 28 0 20 E4 22 33
Octal 127 150 255 62 50 0 40 344 42 63
Binary 1010111 1101000 10101101 110010 101000 0 100000 11100100 100010 110011

Color Harmonies of #5768AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5768AD

Black with #5768AD

Text Example


Text Example

White with #5768AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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