#65869C

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

Shades of Bermuda Grey #65869C

Tints of Bermuda Grey #65869C

Color information

#65869C (or 0x65869C) is unknown color: approx Bermuda Grey. HEX triplet: 65, 86 and 9C. RGB value is (101,134,156). Sum of RGB (Red+Green+Blue) = 101+134+156=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #65869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65869C is #9A7963. Grayscale: #7E7E7E. Windows color (decimal): -10123620 or 10258021. OLE color: 10258021.

HSL color Cylindrical-coordinate representation of color #65869C: hue angle of 204º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65869C is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101134156-
CMYK0.350.1400.39
HSL204º21.74%50.39%-
HSV(B)204º35.26%61.18%-
XYZ19.8922.2234.69-
YUV126.64144.57109.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.83%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=25.83%
G=34.27%
B=39.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011341560.350.1400.3920421.7450.39
Hex65869C23E027cc1632
Octal14520623443160473142662
Binary11001011000011010011100100011111001001111100110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65869C; }

 p { color: rgb(101,134,156); }

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

<style>
 a { background-color: #65869C; }

 a { background-color: rgb(101,134,156); }

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

<style>
 span { border-color: #65869C; }

 span { border-color: rgb(101,134,156); }

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