#5969C1

Color #5969C1 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5969C1

Tints of Chetwode Blue #5969C1

Color information

#5969C1 (or 0x5969C1) is unknown color: approx Chetwode Blue. HEX triplet: 59, 69 and C1. RGB value is (89,105,193). Sum of RGB (Red+Green+Blue) = 89+105+193=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #5969C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5969C1 is #A6963E. Grayscale: #6D6D6D. Windows color (decimal): -10917439 or 12675417. OLE color: 12675417.

HSL color Cylindrical-coordinate representation of color #5969C1: hue angle of 230.77º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5969C1 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89105193-
CMYK0.540.4600.24
HSL230.77º45.61%55.29%-
HSV(B)230.77º53.89%75.69%-
XYZ18.816.0852.56-
YUV110.25174.7112.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.00%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 193 (75.78% from 255) = 49.87%
R=23.00%
G=27.13%
B=49.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891051930.540.4600.24230.7745.6155.29
Hex5969C1362E018e72e37
Octal13115130166560303475667
Binary101100111010011100000111011010111001100011100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5969C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5969C1; }

 p { color: rgb(89,105,193); }

 H1.HeaderClassName
 {
   color: #5969C1;
 }
 .AnyTagClassName
 {
   color: #5969C1;
 }
</style>
background-color css

<style>
 a { background-color: #5969C1; }

 a { background-color: rgb(89,105,193); }

 div.DivClassName
 {
   background-color: #5969C1;
 }
 .BgClassName
 {
   background-color: #5969C1;
 }
</style>
border-color css

<style>
 span { border-color: #5969C1; }

 span { border-color: rgb(89,105,193); }

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