Html Css Color HEX #5968BF Chetwode Blue

📋 copy color: '#5968BF'

red 89 ◦ green 104 ◦ blue 191

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

Shades of Chetwode Blue #5968BF

Tints of Chetwode Blue #5968BF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

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

R = 23.18%
G = 27.08%
B = 49.74%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5968BF (or 0x5968BF) is known color: Chetwode Blue. HEX triplet: 59, 68 and BF. RGB value is (89,104,191). Sum of RGB (Red+Green+Blue) = 89+104+191=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #5968BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5968BF is #A69740. Grayscale: #6D6D6D. Windows color (decimal): -10917697 or 12544089. OLE color: 12544089.

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

Color convert

RGB 89 104 191 -
CMYK 0.53 0.46 0 0.25
HSL 231.18º 0.44% 0.55% -
HSV(B) 231.18º 0.53% 0.75% -
XYZ 18.47 15.79 51.36 -
YUV 109.43 174.03 113.43 -
System Red Green Blue C M Y K H S L
Decimal 89 104 191 0.53 0.46 0 0.25 231.18 0.44 0.55
Hex 59 68 BF 35 2E 0 19 E7 2C 37
Octal 131 150 277 65 56 0 31 347 54 67
Binary 1011001 1101000 10111111 110101 101110 0 11001 11100111 101100 110111

Color Harmonies of #5968BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5968BF

Black with #5968BF

Text Example


Text Example

White with #5968BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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