Html Css Color HEX #5963BE Chetwode Blue

📋 copy color: '#5963BE'

red 89 ◦ green 99 ◦ blue 190

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

Shades of Chetwode Blue #5963BE

Tints of Chetwode Blue #5963BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.19%

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 23.54%
G = 26.19%
B = 50.26%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5963BE (or 0x5963BE) is known color: Chetwode Blue. HEX triplet: 59, 63 and BE. RGB value is (89,99,190). Sum of RGB (Red+Green+Blue) = 89+99+190=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #5963BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5963BE is #A69C41. Grayscale: #6A6A6A. Windows color (decimal): -10918978 or 12477273. OLE color: 12477273.

HSL color Cylindrical-coordinate representation of color #5963BE: hue angle of 234.06º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5963BE is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 99 190 -
CMYK 0.53 0.48 0 0.25
HSL 234.06º 0.44% 0.55% -
HSV(B) 234.06º 0.53% 0.75% -
XYZ 17.88 14.77 50.62 -
YUV 106.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 89 99 190 0.53 0.48 0 0.25 234.06 0.44 0.55
Hex 59 63 BE 35 30 0 19 EA 2C 37
Octal 131 143 276 65 60 0 31 352 54 67
Binary 1011001 1100011 10111110 110101 110000 0 11001 11101010 101100 110111

Color Harmonies of #5963BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5963BE

Black with #5963BE

Text Example


Text Example

White with #5963BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5963BE; }

 p { color: rgb(89,99,190); }

 H1.HeaderClassName
 {
   color: #5963BE;
 }
 .AnyTagClassName
 {
   color: #5963BE;
 }
</style>

background-color css

<style>
 a { background-color: #5963BE; }

 a { background-color: rgb(89,99,190); }

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

border-color css

<style>
 span { border-color: #5963BE; }

 span { border-color: rgb(89,99,190); }

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