#65869B

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

Shades of Bermuda Grey #65869B

Tints of Bermuda Grey #65869B

Color information

#65869B (or 0x65869B) is unknown color: approx Bermuda Grey. HEX triplet: 65, 86 and 9B. RGB value is (101,134,155). Sum of RGB (Red+Green+Blue) = 101+134+155=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #65869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65869B is #9A7964. Grayscale: #7E7E7E. Windows color (decimal): -10123621 or 10192485. OLE color: 10192485.

HSL color Cylindrical-coordinate representation of color #65869B: hue angle of 203.33º 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 #65869B is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101134155-
CMYK0.350.1400.39
HSL203.33º21.26%50.2%-
HSV(B)203.33º34.84%60.78%-
XYZ19.8122.1834.25-
YUV126.53144.07109.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=25.90%
G=34.36%
B=39.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011341550.350.1400.39203.3321.2650.2
Hex65869B23E027cb1532
Octal14520623343160473132562
Binary11001011000011010011011100011111001001111100101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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