#65829B

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

Shades of Bermuda Grey #65829B

Tints of Bermuda Grey #65829B

Color information

#65829B (or 0x65829B) is unknown color: approx Bermuda Grey. HEX triplet: 65, 82 and 9B. RGB value is (101,130,155). Sum of RGB (Red+Green+Blue) = 101+130+155=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #65829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65829B is #9A7D64. Grayscale: #7C7C7C. Windows color (decimal): -10124645 or 10191461. OLE color: 10191461.

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

Color convert

RGB101130155-
CMYK0.350.1600.39
HSL207.78º21.26%50.2%-
HSV(B)207.78º34.84%60.78%-
XYZ19.2721.134.07-
YUV124.18145.39111.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.17%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=26.17%
G=33.68%
B=40.16%

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
Decimal1011301550.350.1600.39207.7821.2650.2
Hex65829B2310027d01532
Octal14520223343200473202562
Binary110010110000010100110111000111000001001111101000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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