#65839C

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

Shades of Bermuda Grey #65839C

Tints of Bermuda Grey #65839C

Color information

#65839C (or 0x65839C) is unknown color: approx Bermuda Grey. HEX triplet: 65, 83 and 9C. RGB value is (101,131,156). Sum of RGB (Red+Green+Blue) = 101+131+156=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #65839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65839C is #9A7C63. Grayscale: #7C7C7C. Windows color (decimal): -10124388 or 10257253. OLE color: 10257253.

HSL color Cylindrical-coordinate representation of color #65839C: hue angle of 207.27º degrees, saturation: 0.22, 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 #65839C is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101131156-
CMYK0.350.1600.39
HSL207.27º21.74%50.39%-
HSV(B)207.27º35.26%61.18%-
XYZ19.4821.434.56-
YUV124.88145.56110.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.03%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=26.03%
G=33.76%
B=40.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011311560.350.1600.39207.2721.7450.39
Hex65839C2310027cf1632
Octal14520323443200473172662
Binary110010110000011100111001000111000001001111100111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65839C; }

 p { color: rgb(101,131,156); }

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

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

 a { background-color: rgb(101,131,156); }

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

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

 span { border-color: rgb(101,131,156); }

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