#65889F

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

Shades of Bermuda Grey #65889F

Tints of Bermuda Grey #65889F

Color information

#65889F (or 0x65889F) is unknown color: approx Bermuda Grey. HEX triplet: 65, 88 and 9F. RGB value is (101,136,159). Sum of RGB (Red+Green+Blue) = 101+136+159=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #65889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65889F is #9A7760. Grayscale: #808080. Windows color (decimal): -10123105 or 10455141. OLE color: 10455141.

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

Color convert

RGB101136159-
CMYK0.360.1400.38
HSL203.79º23.2%50.98%-
HSV(B)203.79º36.48%62.35%-
XYZ20.4322.8836.14-
YUV128.16145.4108.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.51%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 159 (62.5% from 255) = 40.15%
R=25.51%
G=34.34%
B=40.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011361590.360.1400.38203.7923.250.98
Hex65889F24E026cc1733
Octal14521023744160463142763
Binary11001011000100010011111100100111001001101100110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65889F; }

 p { color: rgb(101,136,159); }

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

<style>
 a { background-color: #65889F; }

 a { background-color: rgb(101,136,159); }

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

<style>
 span { border-color: #65889F; }

 span { border-color: rgb(101,136,159); }

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