#5F63BE

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

Shades of Chetwode Blue #5F63BE

Tints of Chetwode Blue #5F63BE

Color information

#5F63BE (or 0x5F63BE) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 63 and BE. RGB value is (95,99,190). Sum of RGB (Red+Green+Blue) = 95+99+190=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F63BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F63BE is #A09C41. Grayscale: #6B6B6B. Windows color (decimal): -10525762 or 12477279. OLE color: 12477279.

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

Color convert

RGB9599190-
CMYK0.50.4800.25
HSL237.47º42.22%55.88%-
HSV(B)237.47º50%74.51%-
XYZ18.4815.0750.65-
YUV108.18174.17118.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.74%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=24.74%
G=25.78%
B=49.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95991900.50.4800.25237.4742.2255.88
Hex5F63BE3230019ed2a38
Octal13714327662600313555270
Binary101111111000111011111011001011000001100111101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F63BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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