#65829D

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

Shades of Bermuda Grey #65829D

Tints of Bermuda Grey #65829D

Color information

#65829D (or 0x65829D) is unknown color: approx Bermuda Grey. HEX triplet: 65, 82 and 9D. RGB value is (101,130,157). Sum of RGB (Red+Green+Blue) = 101+130+157=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #65829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65829D is #9A7D62. Grayscale: #7C7C7C. Windows color (decimal): -10124643 or 10322533. OLE color: 10322533.

HSL color Cylindrical-coordinate representation of color #65829D: hue angle of 208.93º degrees, saturation: 0.22, 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 #65829D is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101130157-
CMYK0.360.1700.38
HSL208.93º22.22%50.59%-
HSV(B)208.93º35.67%61.57%-
XYZ19.4421.1734.96-
YUV124.41146.39111.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.03%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=26.03%
G=33.51%
B=40.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011301570.360.1700.38208.9322.2250.59
Hex65829D2411026d11633
Octal14520223544210463212663
Binary110010110000010100111011001001000101001101101000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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