#5F7784

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

Shades of Blue Bayoux #5F7784

Tints of Blue Bayoux #5F7784

Color information

#5F7784 (or 0x5F7784) is unknown color: approx Blue Bayoux. HEX triplet: 5F, 77 and 84. RGB value is (95,119,132). Sum of RGB (Red+Green+Blue) = 95+119+132=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F7784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7784 is #A0887B. Grayscale: #717171. Windows color (decimal): -10520700 or 8681311. OLE color: 8681311.

HSL color Cylindrical-coordinate representation of color #5F7784: hue angle of 201.08º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F7784 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB95119132-
CMYK0.280.1000.48
HSL201.08º16.3%44.51%-
HSV(B)201.08º28.03%51.76%-
XYZ15.4817.2924.35-
YUV113.31138.55114.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.46%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=27.46%
G=34.39%
B=38.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951191320.280.1000.48201.0816.344.51
Hex5F77841CA030c9102d
Octal13716720434120603112055
Binary101111111101111000010011100101001100001100100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,119,132); }

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

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

 a { background-color: rgb(95,119,132); }

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

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

 span { border-color: rgb(95,119,132); }

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