#5F6ABF

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

Shades of Chetwode Blue #5F6ABF

Tints of Chetwode Blue #5F6ABF

Color information

#5F6ABF (or 0x5F6ABF) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 6A and BF. RGB value is (95,106,191). Sum of RGB (Red+Green+Blue) = 95+106+191=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F6ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6ABF is #A09540. Grayscale: #707070. Windows color (decimal): -10523969 or 12544607. OLE color: 12544607.

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

Color convert

RGB95106191-
CMYK0.500.4500.25
HSL233.12º42.86%56.08%-
HSV(B)233.12º50.26%74.9%-
XYZ19.2816.551.46-
YUV112.4172.36115.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.23%
GREEN value IS 106 (41.80% from 255) = 27.04%
BLUE value IS 191 (75% from 255) = 48.72%
R=24.23%
G=27.04%
B=48.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951061910.500.4500.25233.1242.8656.08
Hex5F6ABF322D019e92b38
Octal13715227762550313515370
Binary101111111010101011111111001010110101100111101001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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