#5F73BE

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

Shades of Chetwode Blue #5F73BE

Tints of Chetwode Blue #5F73BE

Color information

#5F73BE (or 0x5F73BE) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 73 and BE. RGB value is (95,115,190). Sum of RGB (Red+Green+Blue) = 95+115+190=400 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.75% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F73BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F73BE is #A08C41. Grayscale: #757575. Windows color (decimal): -10521666 or 12481375. OLE color: 12481375.

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

Color convert

RGB95115190-
CMYK0.50.3900.25
HSL227.37º42.22%55.88%-
HSV(B)227.37º50%74.51%-
XYZ20.1418.4151.21-
YUV117.57168.87111.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.75%
GREEN value IS 115 (45.31% from 255) = 28.75%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=23.75%
G=28.75%
B=47.5%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951151900.50.3900.25227.3742.2255.88
Hex5F73BE3227019e32a38
Octal13716327662470313435270
Binary101111111100111011111011001010011101100111100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,115,190); }

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

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

 a { background-color: rgb(95,115,190); }

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

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

 span { border-color: rgb(95,115,190); }

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