Html Css Color HEX #5962BC Chetwode Blue

📋 copy color: '#5962BC'

red 89 ◦ green 98 ◦ blue 188

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

Shades of Chetwode Blue #5962BC

Tints of Chetwode Blue #5962BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 23.73%
G = 26.13%
B = 50.13%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5962BC (or 0x5962BC) is known color: Chetwode Blue. HEX triplet: 59, 62 and BC. RGB value is (89,98,188). Sum of RGB (Red+Green+Blue) = 89+98+188=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #5962BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5962BC is #A69D43. Grayscale: #696969. Windows color (decimal): -10919236 or 12345945. OLE color: 12345945.

HSL color Cylindrical-coordinate representation of color #5962BC: hue angle of 234.55º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5962BC is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 98 188 -
CMYK 0.53 0.48 0 0.26
HSL 234.55º 0.42% 0.54% -
HSV(B) 234.55º 0.53% 0.74% -
XYZ 17.56 14.49 49.45 -
YUV 105.57 174.52 116.18 -
System Red Green Blue C M Y K H S L
Decimal 89 98 188 0.53 0.48 0 0.26 234.55 0.42 0.54
Hex 59 62 BC 35 30 0 1A EB 2A 36
Octal 131 142 274 65 60 0 32 353 52 66
Binary 1011001 1100010 10111100 110101 110000 0 11010 11101011 101010 110110

Color Harmonies of #5962BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5962BC

Black with #5962BC

Text Example


Text Example

White with #5962BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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