#5F6FBF

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

Shades of Chetwode Blue #5F6FBF

Tints of Chetwode Blue #5F6FBF

Color information

#5F6FBF (or 0x5F6FBF) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 6F and BF. RGB value is (95,111,191). Sum of RGB (Red+Green+Blue) = 95+111+191=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F6FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6FBF is #A09040. Grayscale: #737373. Windows color (decimal): -10522689 or 12545887. OLE color: 12545887.

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

Color convert

RGB95111191-
CMYK0.500.4200.25
HSL230º42.86%56.08%-
HSV(B)230º50.26%74.9%-
XYZ19.8117.5651.64-
YUV115.34170.7113.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.93%
GREEN value IS 111 (43.75% from 255) = 27.96%
BLUE value IS 191 (75% from 255) = 48.11%
R=23.93%
G=27.96%
B=48.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951111910.500.4200.2523042.8656.08
Hex5F6FBF322A019e62b38
Octal13715727762520313465370
Binary101111111011111011111111001010101001100111100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,111,191); }

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

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

 a { background-color: rgb(95,111,191); }

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

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

 span { border-color: rgb(95,111,191); }

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