#65869E

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

Shades of Bermuda Grey #65869E

Tints of Bermuda Grey #65869E

Color information

#65869E (or 0x65869E) is unknown color: approx Bermuda Grey. HEX triplet: 65, 86 and 9E. RGB value is (101,134,158). Sum of RGB (Red+Green+Blue) = 101+134+158=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #65869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65869E is #9A7961. Grayscale: #7E7E7E. Windows color (decimal): -10123618 or 10389093. OLE color: 10389093.

HSL color Cylindrical-coordinate representation of color #65869E: hue angle of 205.26º 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 #65869E is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101134158-
CMYK0.360.1500.38
HSL205.26º22.71%50.78%-
HSV(B)205.26º36.08%61.96%-
XYZ20.0622.2935.59-
YUV126.87145.57109.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.70%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 158 (62.11% from 255) = 40.20%
R=25.70%
G=34.10%
B=40.20%

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
Decimal1011341580.360.1500.38205.2622.7150.78
Hex65869E24F026cd1733
Octal14520623644170463152763
Binary11001011000011010011110100100111101001101100110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65869E; }

 p { color: rgb(101,134,158); }

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

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

 a { background-color: rgb(101,134,158); }

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

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

 span { border-color: rgb(101,134,158); }

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