#65879F

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

Shades of Bermuda Grey #65879F

Tints of Bermuda Grey #65879F

Color information

#65879F (or 0x65879F) is unknown color: approx Bermuda Grey. HEX triplet: 65, 87 and 9F. RGB value is (101,135,159). Sum of RGB (Red+Green+Blue) = 101+135+159=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #65879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65879F is #9A7860. Grayscale: #7F7F7F. Windows color (decimal): -10123361 or 10454885. OLE color: 10454885.

HSL color Cylindrical-coordinate representation of color #65879F: hue angle of 204.83º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65879F is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101135159-
CMYK0.360.1500.38
HSL204.83º23.2%50.98%-
HSV(B)204.83º36.48%62.35%-
XYZ20.2922.636.09-
YUV127.57145.74109.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.57%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=25.57%
G=34.18%
B=40.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011351590.360.1500.38204.8323.250.98
Hex65879F24F026cd1733
Octal14520723744170463152763
Binary11001011000011110011111100100111101001101100110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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