#5F61BE

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

Shades of Chetwode Blue #5F61BE

Tints of Chetwode Blue #5F61BE

Color information

#5F61BE (or 0x5F61BE) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 61 and BE. RGB value is (95,97,190). Sum of RGB (Red+Green+Blue) = 95+97+190=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F61BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F61BE is #A09E41. Grayscale: #6A6A6A. Windows color (decimal): -10526274 or 12476767. OLE color: 12476767.

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

Color convert

RGB9597190-
CMYK0.50.4900.25
HSL238.74º42.22%55.88%-
HSV(B)238.74º50%74.51%-
XYZ18.2914.750.59-
YUV107174.84119.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.87%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=24.87%
G=25.39%
B=49.74%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95971900.50.4900.25238.7442.2255.88
Hex5F61BE3231019ef2a38
Octal13714127662610313575270
Binary101111111000011011111011001011000101100111101111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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