Html Css Color HEX #5965BC Chetwode Blue

📋 copy color: '#5965BC'

red 89 ◦ green 101 ◦ blue 188

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

Shades of Chetwode Blue #5965BC

Tints of Chetwode Blue #5965BC

RGB

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

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

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

R = 23.54%
G = 26.72%
B = 49.74%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5965BC (or 0x5965BC) is known color: Chetwode Blue. HEX triplet: 59, 65 and BC. RGB value is (89,101,188). Sum of RGB (Red+Green+Blue) = 89+101+188=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #5965BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5965BC is #A69A43. Grayscale: #6A6A6A. Windows color (decimal): -10918468 or 12346713. OLE color: 12346713.

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

Color convert

RGB 89 101 188 -
CMYK 0.53 0.46 0 0.26
HSL 232.73º 0.42% 0.54% -
HSV(B) 232.73º 0.53% 0.74% -
XYZ 17.85 15.06 49.54 -
YUV 107.33 173.52 114.93 -
System Red Green Blue C M Y K H S L
Decimal 89 101 188 0.53 0.46 0 0.26 232.73 0.42 0.54
Hex 59 65 BC 35 2E 0 1A E9 2A 36
Octal 131 145 274 65 56 0 32 351 52 66
Binary 1011001 1100101 10111100 110101 101110 0 11010 11101001 101010 110110

Color Harmonies of #5965BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5965BC

Black with #5965BC

Text Example


Text Example

White with #5965BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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