Html Css Color HEX #5963C5 Chetwode Blue

📋 copy color: '#5963C5'

red 89 ◦ green 99 ◦ blue 197

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

Shades of Chetwode Blue #5963C5

Tints of Chetwode Blue #5963C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 51.17%

R = 23.12%
G = 25.71%
B = 51.17%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5963C5 (or 0x5963C5) is known color: Chetwode Blue. HEX triplet: 59, 63 and C5. RGB value is (89,99,197). Sum of RGB (Red+Green+Blue) = 89+99+197=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #5963C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5963C5 is #A69C3A. Grayscale: #6A6A6A. Windows color (decimal): -10918971 or 12936025. OLE color: 12936025.

HSL color Cylindrical-coordinate representation of color #5963C5: hue angle of 234.44º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5963C5 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 89 99 197 -
CMYK 0.55 0.50 0 0.23
HSL 234.44º 0.48% 0.56% -
HSV(B) 234.44º 0.55% 0.77% -
XYZ 18.66 15.08 54.75 -
YUV 107.18 178.69 115.03 -
System Red Green Blue C M Y K H S L
Decimal 89 99 197 0.55 0.50 0 0.23 234.44 0.48 0.56
Hex 59 63 C5 37 32 0 17 EA 30 38
Octal 131 143 305 67 62 0 27 352 60 70
Binary 1011001 1100011 11000101 110111 110010 0 10111 11101010 110000 111000

Color Harmonies of #5963C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5963C5

Black with #5963C5

Text Example


Text Example

White with #5963C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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