Html Css Color HEX #5965BA Chetwode Blue

📋 copy color: '#5965BA'

red 89 ◦ green 101 ◦ blue 186

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

Shades of Chetwode Blue #5965BA

Tints of Chetwode Blue #5965BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

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

R = 23.67%
G = 26.86%
B = 49.47%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5965BA (or 0x5965BA) is known color: Chetwode Blue. HEX triplet: 59, 65 and BA. RGB value is (89,101,186). Sum of RGB (Red+Green+Blue) = 89+101+186=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #5965BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5965BA is #A69A45. Grayscale: #6A6A6A. Windows color (decimal): -10918470 or 12215641. OLE color: 12215641.

HSL color Cylindrical-coordinate representation of color #5965BA: hue angle of 232.58º 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 #5965BA is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 101 186 -
CMYK 0.52 0.46 0 0.27
HSL 232.58º 0.41% 0.54% -
HSV(B) 232.58º 0.52% 0.73% -
XYZ 17.64 14.98 48.42 -
YUV 107.1 172.52 115.09 -
System Red Green Blue C M Y K H S L
Decimal 89 101 186 0.52 0.46 0 0.27 232.58 0.41 0.54
Hex 59 65 BA 34 2E 0 1B E9 29 36
Octal 131 145 272 64 56 0 33 351 51 66
Binary 1011001 1100101 10111010 110100 101110 0 11011 11101001 101001 110110

Color Harmonies of #5965BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5965BA

Black with #5965BA

Text Example


Text Example

White with #5965BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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