#5F62BE

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

Shades of Chetwode Blue #5F62BE

Tints of Chetwode Blue #5F62BE

Color information

#5F62BE (or 0x5F62BE) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 62 and BE. RGB value is (95,98,190). Sum of RGB (Red+Green+Blue) = 95+98+190=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F62BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F62BE is #A09D41. Grayscale: #6B6B6B. Windows color (decimal): -10526018 or 12477023. OLE color: 12477023.

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

Color convert

RGB9598190-
CMYK0.50.4800.25
HSL238.11º42.22%55.88%-
HSV(B)238.11º50%74.51%-
XYZ18.3814.8950.62-
YUV107.59174.51119.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.80%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=24.80%
G=25.59%
B=49.61%

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
Decimal95981900.50.4800.25238.1142.2255.88
Hex5F62BE3230019ee2a38
Octal13714227662600313565270
Binary101111111000101011111011001011000001100111101110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F62BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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