Html Css Color HEX #5967C0 Chetwode Blue

📋 copy color: '#5967C0'

red 89 ◦ green 103 ◦ blue 192

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

Shades of Chetwode Blue #5967C0

Tints of Chetwode Blue #5967C0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.82%

 BLUE value IS 192 (75.39% from 255) = 50%

R = 23.18%
G = 26.82%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5967C0 (or 0x5967C0) is known color: Chetwode Blue. HEX triplet: 59, 67 and C0. RGB value is (89,103,192). Sum of RGB (Red+Green+Blue) = 89+103+192=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #5967C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5967C0 is #A6983F. Grayscale: #6C6C6C. Windows color (decimal): -10917952 or 12609369. OLE color: 12609369.

HSL color Cylindrical-coordinate representation of color #5967C0: hue angle of 231.84º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5967C0 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 103 192 -
CMYK 0.54 0.46 0 0.25
HSL 231.84º 0.45% 0.55% -
HSV(B) 231.84º 0.54% 0.75% -
XYZ 18.48 15.63 51.91 -
YUV 108.96 174.86 113.76 -
System Red Green Blue C M Y K H S L
Decimal 89 103 192 0.54 0.46 0 0.25 231.84 0.45 0.55
Hex 59 67 C0 36 2E 0 19 E8 2D 37
Octal 131 147 300 66 56 0 31 350 55 67
Binary 1011001 1100111 11000000 110110 101110 0 11001 11101000 101101 110111

Color Harmonies of #5967C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5967C0

Black with #5967C0

Text Example


Text Example

White with #5967C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5967C0; }

 p { color: rgb(89,103,192); }

 H1.HeaderClassName
 {
   color: #5967C0;
 }
 .AnyTagClassName
 {
   color: #5967C0;
 }
</style>

background-color css

<style>
 a { background-color: #5967C0; }

 a { background-color: rgb(89,103,192); }

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

border-color css

<style>
 span { border-color: #5967C0; }

 span { border-color: rgb(89,103,192); }

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