#5E76BE

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

Shades of Chetwode Blue #5E76BE

Tints of Chetwode Blue #5E76BE

Color information

#5E76BE (or 0x5E76BE) is unknown color: approx Chetwode Blue. HEX triplet: 5E, 76 and BE. RGB value is (94,118,190). Sum of RGB (Red+Green+Blue) = 94+118+190=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E76BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E76BE is #A18941. Grayscale: #767676. Windows color (decimal): -10586434 or 12482142. OLE color: 12482142.

HSL color Cylindrical-coordinate representation of color #5E76BE: hue angle of 225º degrees, saturation: 0.42, 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 #5E76BE is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB94118190-
CMYK0.510.3800.25
HSL225º42.48%55.69%-
HSV(B)225º50.53%74.51%-
XYZ20.3919.0551.32-
YUV119.03168.05110.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.38%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=23.38%
G=29.35%
B=47.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941181900.510.3800.2522542.4855.69
Hex5E76BE3326019e12a38
Octal13616627663460313415270
Binary101111011101101011111011001110011001100111100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E76BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,118,190); }

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

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

 a { background-color: rgb(94,118,190); }

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

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

 span { border-color: rgb(94,118,190); }

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