#5F72BE

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

Shades of Chetwode Blue #5F72BE

Tints of Chetwode Blue #5F72BE

Color information

#5F72BE (or 0x5F72BE) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 72 and BE. RGB value is (95,114,190). Sum of RGB (Red+Green+Blue) = 95+114+190=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F72BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F72BE is #A08D41. Grayscale: #747474. Windows color (decimal): -10521922 or 12481119. OLE color: 12481119.

HSL color Cylindrical-coordinate representation of color #5F72BE: hue angle of 228º 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 #5F72BE is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB95114190-
CMYK0.50.4000.25
HSL228º42.22%55.88%-
HSV(B)228º50%74.51%-
XYZ20.0318.1951.17-
YUV116.98169.21112.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.81%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=23.81%
G=28.57%
B=47.62%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951141900.50.4000.2522842.2255.88
Hex5F72BE3228019e42a38
Octal13716227662500313445270
Binary101111111100101011111011001010100001100111100100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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