#65819E

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

Shades of Bermuda Grey #65819E

Tints of Bermuda Grey #65819E

Color information

#65819E (or 0x65819E) is unknown color: approx Bermuda Grey. HEX triplet: 65, 81 and 9E. RGB value is (101,129,158). Sum of RGB (Red+Green+Blue) = 101+129+158=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #65819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65819E is #9A7E61. Grayscale: #7B7B7B. Windows color (decimal): -10124898 or 10387813. OLE color: 10387813.

HSL color Cylindrical-coordinate representation of color #65819E: hue angle of 210.53º degrees, saturation: 0.23, 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 #65819E is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101129158-
CMYK0.360.1800.38
HSL210.53º22.71%50.78%-
HSV(B)210.53º36.08%61.96%-
XYZ19.3920.9435.37-
YUV123.93147.22111.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.03%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=26.03%
G=33.25%
B=40.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011291580.360.1800.38210.5322.7150.78
Hex65819E2412026d31733
Octal14520123644220463232763
Binary110010110000001100111101001001001001001101101001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65819E; }

 p { color: rgb(101,129,158); }

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

<style>
 a { background-color: #65819E; }

 a { background-color: rgb(101,129,158); }

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

<style>
 span { border-color: #65819E; }

 span { border-color: rgb(101,129,158); }

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