Html Css Color HEX #5966AC Chetwode Blue

📋 copy color: '#5966AC'

red 89 ◦ green 102 ◦ blue 172

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

Shades of Chetwode Blue #5966AC

Tints of Chetwode Blue #5966AC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 24.52%
G = 28.1%
B = 47.38%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5966AC (or 0x5966AC) is known color: Chetwode Blue. HEX triplet: 59, 66 and AC. RGB value is (89,102,172). Sum of RGB (Red+Green+Blue) = 89+102+172=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #5966AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5966AC is #A69953. Grayscale: #696969. Windows color (decimal): -10918228 or 11298393. OLE color: 11298393.

HSL color Cylindrical-coordinate representation of color #5966AC: hue angle of 230.6º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5966AC is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 102 172 -
CMYK 0.48 0.41 0 0.33
HSL 230.6º 0.33% 0.51% -
HSV(B) 230.6º 0.48% 0.67% -
XYZ 16.32 14.61 40.99 -
YUV 106.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 89 102 172 0.48 0.41 0 0.33 230.6 0.33 0.51
Hex 59 66 AC 30 29 0 21 E7 21 33
Octal 131 146 254 60 51 0 41 347 41 63
Binary 1011001 1100110 10101100 110000 101001 0 100001 11100111 100001 110011

Color Harmonies of #5966AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5966AC

Black with #5966AC

Text Example


Text Example

White with #5966AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5966AC; }

 p { color: rgb(89,102,172); }

 H1.HeaderClassName
 {
   color: #5966AC;
 }
 .AnyTagClassName
 {
   color: #5966AC;
 }
</style>

background-color css

<style>
 a { background-color: #5966AC; }

 a { background-color: rgb(89,102,172); }

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

border-color css

<style>
 span { border-color: #5966AC; }

 span { border-color: rgb(89,102,172); }

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