#5F70BE

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

Shades of Chetwode Blue #5F70BE

Tints of Chetwode Blue #5F70BE

Color information

#5F70BE (or 0x5F70BE) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 70 and BE. RGB value is (95,112,190). Sum of RGB (Red+Green+Blue) = 95+112+190=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F70BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F70BE is #A08F41. Grayscale: #737373. Windows color (decimal): -10522434 or 12480607. OLE color: 12480607.

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

Color convert

RGB95112190-
CMYK0.50.4100.25
HSL229.26º42.22%55.88%-
HSV(B)229.26º50%74.51%-
XYZ19.8117.7451.1-
YUV115.81169.87113.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.93%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=23.93%
G=28.21%
B=47.86%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951121900.50.4100.25229.2642.2255.88
Hex5F70BE3229019e52a38
Octal13716027662510313455270
Binary101111111100001011111011001010100101100111100101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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