Html Css Color HEX #5969BA Chetwode Blue

📋 copy color: '#5969BA'

red 89 ◦ green 105 ◦ blue 186

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

Shades of Chetwode Blue #5969BA

Tints of Chetwode Blue #5969BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 23.42%
G = 27.63%
B = 48.95%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5969BA (or 0x5969BA) is known color: Chetwode Blue. HEX triplet: 59, 69 and BA. RGB value is (89,105,186). Sum of RGB (Red+Green+Blue) = 89+105+186=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #5969BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5969BA is #A69645. Grayscale: #6D6D6D. Windows color (decimal): -10917446 or 12216665. OLE color: 12216665.

HSL color Cylindrical-coordinate representation of color #5969BA: hue angle of 230.1º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5969BA is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 105 186 -
CMYK 0.52 0.44 0 0.27
HSL 230.1º 0.41% 0.54% -
HSV(B) 230.1º 0.52% 0.73% -
XYZ 18.03 15.77 48.55 -
YUV 109.45 171.2 113.41 -
System Red Green Blue C M Y K H S L
Decimal 89 105 186 0.52 0.44 0 0.27 230.1 0.41 0.54
Hex 59 69 BA 34 2C 0 1B E6 29 36
Octal 131 151 272 64 54 0 33 346 51 66
Binary 1011001 1101001 10111010 110100 101100 0 11011 11100110 101001 110110

Color Harmonies of #5969BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5969BA

Black with #5969BA

Text Example


Text Example

White with #5969BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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