Html Css Color HEX #5965BE Chetwode Blue

📋 copy color: '#5965BE'

red 89 ◦ green 101 ◦ blue 190

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

Shades of Chetwode Blue #5965BE

Tints of Chetwode Blue #5965BE

RGB

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

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

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

R = 23.42%
G = 26.58%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5965BE (or 0x5965BE) is known color: Chetwode Blue. HEX triplet: 59, 65 and BE. RGB value is (89,101,190). Sum of RGB (Red+Green+Blue) = 89+101+190=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #5965BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5965BE is #A69A41. Grayscale: #6B6B6B. Windows color (decimal): -10918466 or 12477785. OLE color: 12477785.

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

Color convert

RGB 89 101 190 -
CMYK 0.53 0.47 0 0.25
HSL 232.87º 0.44% 0.55% -
HSV(B) 232.87º 0.53% 0.75% -
XYZ 18.07 15.15 50.69 -
YUV 107.56 174.52 114.76 -
System Red Green Blue C M Y K H S L
Decimal 89 101 190 0.53 0.47 0 0.25 232.87 0.44 0.55
Hex 59 65 BE 35 2F 0 19 E9 2C 37
Octal 131 145 276 65 57 0 31 351 54 67
Binary 1011001 1100101 10111110 110101 101111 0 11001 11101001 101100 110111

Color Harmonies of #5965BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5965BE

Black with #5965BE

Text Example


Text Example

White with #5965BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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