Html Css Color HEX #5964C0 Chetwode Blue

📋 copy color: '#5964C0'

red 89 ◦ green 100 ◦ blue 192

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

Shades of Chetwode Blue #5964C0

Tints of Chetwode Blue #5964C0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.25%

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

R = 23.36%
G = 26.25%
B = 50.39%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5964C0 (or 0x5964C0) is known color: Chetwode Blue. HEX triplet: 59, 64 and C0. RGB value is (89,100,192). Sum of RGB (Red+Green+Blue) = 89+100+192=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #5964C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5964C0 is #A69B3F. Grayscale: #6A6A6A. Windows color (decimal): -10918720 or 12608601. OLE color: 12608601.

HSL color Cylindrical-coordinate representation of color #5964C0: hue angle of 233.59º 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 #5964C0 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 100 192 -
CMYK 0.54 0.48 0 0.25
HSL 233.59º 0.45% 0.55% -
HSV(B) 233.59º 0.54% 0.75% -
XYZ 18.19 15.04 51.81 -
YUV 107.2 175.86 115.02 -
System Red Green Blue C M Y K H S L
Decimal 89 100 192 0.54 0.48 0 0.25 233.59 0.45 0.55
Hex 59 64 C0 36 30 0 19 EA 2D 37
Octal 131 144 300 66 60 0 31 352 55 67
Binary 1011001 1100100 11000000 110110 110000 0 11001 11101010 101101 110111

Color Harmonies of #5964C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5964C0

Black with #5964C0

Text Example


Text Example

White with #5964C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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