#5F78BE

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

Shades of Chetwode Blue #5F78BE

Tints of Chetwode Blue #5F78BE

Color information

#5F78BE (or 0x5F78BE) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 78 and BE. RGB value is (95,120,190). Sum of RGB (Red+Green+Blue) = 95+120+190=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F78BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F78BE is #A08741. Grayscale: #787878. Windows color (decimal): -10520386 or 12482655. OLE color: 12482655.

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

Color convert

RGB95120190-
CMYK0.50.3700.25
HSL224.21º42.22%55.88%-
HSV(B)224.21º50%74.51%-
XYZ20.7319.5851.4-
YUV120.5167.22109.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.46%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=23.46%
G=29.63%
B=46.91%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951201900.50.3700.25224.2142.2255.88
Hex5F78BE3225019e02a38
Octal13717027662450313405270
Binary101111111110001011111011001010010101100111100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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