Html Css Color HEX #5962BF Chetwode Blue

📋 copy color: '#5962BF'

red 89 ◦ green 98 ◦ blue 191

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

Shades of Chetwode Blue #5962BF

Tints of Chetwode Blue #5962BF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.93%

 BLUE value IS 191 (75% from 255) = 50.53%

R = 23.54%
G = 25.93%
B = 50.53%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5962BF (or 0x5962BF) is known color: Chetwode Blue. HEX triplet: 59, 62 and BF. RGB value is (89,98,191). Sum of RGB (Red+Green+Blue) = 89+98+191=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #5962BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5962BF is #A69D40. Grayscale: #696969. Windows color (decimal): -10919233 or 12542553. OLE color: 12542553.

HSL color Cylindrical-coordinate representation of color #5962BF: hue angle of 234.71º 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 #5962BF is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 98 191 -
CMYK 0.53 0.49 0 0.25
HSL 234.71º 0.44% 0.55% -
HSV(B) 234.71º 0.53% 0.75% -
XYZ 17.89 14.62 51.17 -
YUV 105.91 176.02 115.94 -
System Red Green Blue C M Y K H S L
Decimal 89 98 191 0.53 0.49 0 0.25 234.71 0.44 0.55
Hex 59 62 BF 35 31 0 19 EB 2C 37
Octal 131 142 277 65 61 0 31 353 54 67
Binary 1011001 1100010 10111111 110101 110001 0 11001 11101011 101100 110111

Color Harmonies of #5962BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5962BF

Black with #5962BF

Text Example


Text Example

White with #5962BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5962BF; }

 p { color: rgb(89,98,191); }

 H1.HeaderClassName
 {
   color: #5962BF;
 }
 .AnyTagClassName
 {
   color: #5962BF;
 }
</style>

background-color css

<style>
 a { background-color: #5962BF; }

 a { background-color: rgb(89,98,191); }

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

border-color css

<style>
 span { border-color: #5962BF; }

 span { border-color: rgb(89,98,191); }

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