#657881

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

Shades of Blue Bayoux #657881

Tints of Blue Bayoux #657881

Color information

#657881 (or 0x657881) is unknown color: approx Blue Bayoux. HEX triplet: 65, 78 and 81. RGB value is (101,120,129). Sum of RGB (Red+Green+Blue) = 101+120+129=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 129 - color contains mainly: blue. Hex color #657881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657881 is #9A877E. Grayscale: #737373. Windows color (decimal): -10127231 or 8484965. OLE color: 8484965.

HSL color Cylindrical-coordinate representation of color #657881: hue angle of 199.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #657881 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB101120129-
CMYK0.220.0700.49
HSL199.29º12.17%45.1%-
HSV(B)199.29º21.71%50.59%-
XYZ16.0517.7823.36-
YUV115.34135.71117.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.86%
GREEN value IS 120 (47.27% from 255) = 34.29%
BLUE value IS 129 (50.78% from 255) = 36.86%
R=28.86%
G=34.29%
B=36.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011201290.220.0700.49199.2912.1745.1
Hex657881167031c7c2d
Octal1451702012670613071455
Binary1100101111100010000001101101110110001110001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657881; }

 p { color: rgb(101,120,129); }

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

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

 a { background-color: rgb(101,120,129); }

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

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

 span { border-color: rgb(101,120,129); }

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