#5F67BE

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

Shades of Chetwode Blue #5F67BE

Tints of Chetwode Blue #5F67BE

Color information

#5F67BE (or 0x5F67BE) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 67 and BE. RGB value is (95,103,190). Sum of RGB (Red+Green+Blue) = 95+103+190=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F67BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F67BE is #A09841. Grayscale: #6E6E6E. Windows color (decimal): -10524738 or 12478303. OLE color: 12478303.

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

Color convert

RGB95103190-
CMYK0.50.4600.25
HSL234.95º42.22%55.88%-
HSV(B)234.95º50%74.51%-
XYZ18.8615.8550.78-
YUV110.53172.85116.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.48%
GREEN value IS 103 (40.62% from 255) = 26.55%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=24.48%
G=26.55%
B=48.97%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951031900.50.4600.25234.9542.2255.88
Hex5F67BE322E019eb2a38
Octal13714727662560313535270
Binary101111111001111011111011001010111001100111101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F67BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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