#5F6CBF

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

Shades of Chetwode Blue #5F6CBF

Tints of Chetwode Blue #5F6CBF

Color information

#5F6CBF (or 0x5F6CBF) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 6C and BF. RGB value is (95,108,191). Sum of RGB (Red+Green+Blue) = 95+108+191=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F6CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6CBF is #A09340. Grayscale: #717171. Windows color (decimal): -10523457 or 12545119. OLE color: 12545119.

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

Color convert

RGB95108191-
CMYK0.500.4300.25
HSL231.88º42.86%56.08%-
HSV(B)231.88º50.26%74.9%-
XYZ19.4916.9251.53-
YUV113.57171.69114.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.11%
GREEN value IS 108 (42.58% from 255) = 27.41%
BLUE value IS 191 (75% from 255) = 48.48%
R=24.11%
G=27.41%
B=48.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951081910.500.4300.25231.8842.8656.08
Hex5F6CBF322B019e82b38
Octal13715427762530313505370
Binary101111111011001011111111001010101101100111101000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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