Html Css Color HEX #5968BC Chetwode Blue

📋 copy color: '#5968BC'

red 89 ◦ green 104 ◦ blue 188

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

Shades of Chetwode Blue #5968BC

Tints of Chetwode Blue #5968BC

RGB

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

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

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

R = 23.36%
G = 27.3%
B = 49.34%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5968BC (or 0x5968BC) is known color: Chetwode Blue. HEX triplet: 59, 68 and BC. RGB value is (89,104,188). Sum of RGB (Red+Green+Blue) = 89+104+188=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #5968BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5968BC is #A69743. Grayscale: #6C6C6C. Windows color (decimal): -10917700 or 12347481. OLE color: 12347481.

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

Color convert

RGB 89 104 188 -
CMYK 0.53 0.45 0 0.26
HSL 230.91º 0.42% 0.54% -
HSV(B) 230.91º 0.53% 0.74% -
XYZ 18.15 15.66 49.64 -
YUV 109.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 89 104 188 0.53 0.45 0 0.26 230.91 0.42 0.54
Hex 59 68 BC 35 2D 0 1A E7 2A 36
Octal 131 150 274 65 55 0 32 347 52 66
Binary 1011001 1101000 10111100 110101 101101 0 11010 11100111 101010 110110

Color Harmonies of #5968BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5968BC

Black with #5968BC

Text Example


Text Example

White with #5968BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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