#65839B

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

Shades of Bermuda Grey #65839B

Tints of Bermuda Grey #65839B

Color information

#65839B (or 0x65839B) is unknown color: approx Bermuda Grey. HEX triplet: 65, 83 and 9B. RGB value is (101,131,155). Sum of RGB (Red+Green+Blue) = 101+131+155=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #65839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65839B is #9A7C64. Grayscale: #7C7C7C. Windows color (decimal): -10124389 or 10191717. OLE color: 10191717.

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

Color convert

RGB101131155-
CMYK0.350.1500.39
HSL206.67º21.26%50.2%-
HSV(B)206.67º34.84%60.78%-
XYZ19.421.3734.11-
YUV124.77145.06111.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.10%
GREEN value IS 131 (51.56% from 255) = 33.85%
BLUE value IS 155 (60.94% from 255) = 40.05%
R=26.10%
G=33.85%
B=40.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011311550.350.1500.39206.6721.2650.2
Hex65839B23F027cf1532
Octal14520323343170473172562
Binary11001011000001110011011100011111101001111100111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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