#65849D

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

Shades of Bermuda Grey #65849D

Tints of Bermuda Grey #65849D

Color information

#65849D (or 0x65849D) is unknown color: approx Bermuda Grey. HEX triplet: 65, 84 and 9D. RGB value is (101,132,157). Sum of RGB (Red+Green+Blue) = 101+132+157=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #65849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65849D is #9A7B62. Grayscale: #7D7D7D. Windows color (decimal): -10124131 or 10323045. OLE color: 10323045.

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

Color convert

RGB101132157-
CMYK0.360.1600.38
HSL206.79º22.22%50.59%-
HSV(B)206.79º35.67%61.57%-
XYZ19.721.735.05-
YUV125.58145.73110.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 132 (51.95% from 255) = 33.85%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=25.90%
G=33.85%
B=40.26%

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
Decimal1011321570.360.1600.38206.7922.2250.59
Hex65849D2410026cf1633
Octal14520423544200463172663
Binary110010110000100100111011001001000001001101100111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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