#65859E

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

Shades of Bermuda Grey #65859E

Tints of Bermuda Grey #65859E

Color information

#65859E (or 0x65859E) is unknown color: approx Bermuda Grey. HEX triplet: 65, 85 and 9E. RGB value is (101,133,158). Sum of RGB (Red+Green+Blue) = 101+133+158=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #65859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65859E is #9A7A61. Grayscale: #7E7E7E. Windows color (decimal): -10123874 or 10388837. OLE color: 10388837.

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

Color convert

RGB101133158-
CMYK0.360.1600.38
HSL206.32º22.71%50.78%-
HSV(B)206.32º36.08%61.96%-
XYZ19.9322.0135.55-
YUV126.28145.9109.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.77%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 158 (62.11% from 255) = 40.31%
R=25.77%
G=33.93%
B=40.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011331580.360.1600.38206.3222.7150.78
Hex65859E2410026ce1733
Octal14520523644200463162763
Binary110010110000101100111101001001000001001101100111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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