#5F61BD

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

Shades of Chetwode Blue #5F61BD

Tints of Chetwode Blue #5F61BD

Color information

#5F61BD (or 0x5F61BD) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 61 and BD. RGB value is (95,97,189). Sum of RGB (Red+Green+Blue) = 95+97+189=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F61BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F61BD is #A09E42. Grayscale: #6A6A6A. Windows color (decimal): -10526275 or 12411231. OLE color: 12411231.

HSL color Cylindrical-coordinate representation of color #5F61BD: hue angle of 238.72º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F61BD is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9597189-
CMYK0.500.4900.26
HSL238.72º41.59%55.69%-
HSV(B)238.72º49.74%74.12%-
XYZ18.1814.6650.01-
YUV106.89174.34119.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.93%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 189 (74.22% from 255) = 49.61%
R=24.93%
G=25.46%
B=49.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal95971890.500.4900.26238.7241.5955.69
Hex5F61BD323101Aef2a38
Octal13714127562610323575270
Binary101111111000011011110111001011000101101011101111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F61BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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