#5F63BF

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

Shades of Chetwode Blue #5F63BF

Tints of Chetwode Blue #5F63BF

Color information

#5F63BF (or 0x5F63BF) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 63 and BF. RGB value is (95,99,191). Sum of RGB (Red+Green+Blue) = 95+99+191=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F63BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F63BF is #A09C40. Grayscale: #6B6B6B. Windows color (decimal): -10525761 or 12542815. OLE color: 12542815.

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

Color convert

RGB9599191-
CMYK0.500.4800.25
HSL237.5º42.86%56.08%-
HSV(B)237.5º50.26%74.9%-
XYZ18.5915.1251.23-
YUV108.29174.67118.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.68%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 191 (75% from 255) = 49.61%
R=24.68%
G=25.71%
B=49.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95991910.500.4800.25237.542.8656.08
Hex5F63BF3230019ee2b38
Octal13714327762600313565370
Binary101111111000111011111111001011000001100111101110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F63BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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