#65879B

Color #65879B Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #65879B

Tints of Bermuda Grey #65879B

Color information

#65879B (or 0x65879B) is unknown color: approx Bermuda Grey. HEX triplet: 65, 87 and 9B. RGB value is (101,135,155). Sum of RGB (Red+Green+Blue) = 101+135+155=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #65879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65879B is #9A7864. Grayscale: #7E7E7E. Windows color (decimal): -10123365 or 10192741. OLE color: 10192741.

HSL color Cylindrical-coordinate representation of color #65879B: hue angle of 202.22º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65879B is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101135155-
CMYK0.350.1300.39
HSL202.22º21.26%50.2%-
HSV(B)202.22º34.84%60.78%-
XYZ19.9522.4634.29-
YUV127.11143.74109.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.83%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=25.83%
G=34.53%
B=39.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011351550.350.1300.39202.2221.2650.2
Hex65879B23D027ca1532
Octal14520723343150473122562
Binary11001011000011110011011100011110101001111100101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65879B; }

 p { color: rgb(101,135,155); }

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

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

 a { background-color: rgb(101,135,155); }

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

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

 span { border-color: rgb(101,135,155); }

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