#65899D

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

Shades of Bermuda Grey #65899D

Tints of Bermuda Grey #65899D

Color information

#65899D (or 0x65899D) is unknown color: approx Bermuda Grey. HEX triplet: 65, 89 and 9D. RGB value is (101,137,157). Sum of RGB (Red+Green+Blue) = 101+137+157=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #65899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65899D is #9A7662. Grayscale: #808080. Windows color (decimal): -10122851 or 10324325. OLE color: 10324325.

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

Color convert

RGB101137157-
CMYK0.360.1300.38
HSL201.43º22.22%50.59%-
HSV(B)201.43º35.67%61.57%-
XYZ20.423.0935.28-
YUV128.52144.07108.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.57%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=25.57%
G=34.68%
B=39.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011371570.360.1300.38201.4322.2250.59
Hex65899D24D026c91633
Octal14521123544150463112663
Binary11001011000100110011101100100110101001101100100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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