#5E74C0

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

Shades of Chetwode Blue #5E74C0

Tints of Chetwode Blue #5E74C0

Color information

#5E74C0 (or 0x5E74C0) is unknown color: approx Chetwode Blue. HEX triplet: 5E, 74 and C0. RGB value is (94,116,192). Sum of RGB (Red+Green+Blue) = 94+116+192=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #5E74C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E74C0 is #A18B3F. Grayscale: #757575. Windows color (decimal): -10586944 or 12612702. OLE color: 12612702.

HSL color Cylindrical-coordinate representation of color #5E74C0: hue angle of 226.53º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E74C0 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB94116192-
CMYK0.510.4000.25
HSL226.53º43.75%56.08%-
HSV(B)226.53º51.04%75.29%-
XYZ20.3818.6852.4-
YUV118.09169.71110.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.38%
GREEN value IS 116 (45.70% from 255) = 28.86%
BLUE value IS 192 (75.39% from 255) = 47.76%
R=23.38%
G=28.86%
B=47.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941161920.510.4000.25226.5343.7556.08
Hex5E74C03328019e32c38
Octal13616430063500313435470
Binary101111011101001100000011001110100001100111100011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E74C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E74C0; }

 p { color: rgb(94,116,192); }

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

<style>
 a { background-color: #5E74C0; }

 a { background-color: rgb(94,116,192); }

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

<style>
 span { border-color: #5E74C0; }

 span { border-color: rgb(94,116,192); }

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