Html Css Color HEX #5966BD Chetwode Blue

📋 copy color: '#5966BD'

red 89 ◦ green 102 ◦ blue 189

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

Shades of Chetwode Blue #5966BD

Tints of Chetwode Blue #5966BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 23.42%
G = 26.84%
B = 49.74%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5966BD (or 0x5966BD) is known color: Chetwode Blue. HEX triplet: 59, 66 and BD. RGB value is (89,102,189). Sum of RGB (Red+Green+Blue) = 89+102+189=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #5966BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5966BD is #A69942. Grayscale: #6B6B6B. Windows color (decimal): -10918211 or 12412505. OLE color: 12412505.

HSL color Cylindrical-coordinate representation of color #5966BD: hue angle of 232.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5966BD is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 102 189 -
CMYK 0.53 0.46 0 0.26
HSL 232.2º 0.43% 0.55% -
HSV(B) 232.2º 0.53% 0.74% -
XYZ 18.06 15.3 50.15 -
YUV 108.03 173.69 114.43 -
System Red Green Blue C M Y K H S L
Decimal 89 102 189 0.53 0.46 0 0.26 232.2 0.43 0.55
Hex 59 66 BD 35 2E 0 1A E8 2B 37
Octal 131 146 275 65 56 0 32 350 53 67
Binary 1011001 1100110 10111101 110101 101110 0 11010 11101000 101011 110111

Color Harmonies of #5966BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5966BD

Black with #5966BD

Text Example


Text Example

White with #5966BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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