Html Css Color HEX #65839E Bermuda Grey

📋 copy color: '#65839E'

red 101 ◦ green 131 ◦ blue 158

#65839E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda Grey #65839E

Tints of Bermuda Grey #65839E

RGB

 RED value IS 101 (39.84% from 255) = 25.9%

 GREEN value IS 131 (51.56% from 255) = 33.59%

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 25.9%
G = 33.59%
B = 40.51%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65839E (or 0x65839E) is known color: Bermuda Grey. HEX triplet: 65, 83 and 9E. RGB value is (101,131,158). Sum of RGB (Red+Green+Blue) = 101+131+158=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #65839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65839E is #9A7C61. Grayscale: #7C7C7C. Windows color (decimal): -10124386 or 10388325. OLE color: 10388325.

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

Color convert

RGB 101 131 158 -
CMYK 0.36 0.17 0 0.38
HSL 208.42º 0.23% 0.51% -
HSV(B) 208.42º 0.36% 0.62% -
XYZ 19.65 21.47 35.46 -
YUV 125.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 101 131 158 0.36 0.17 0 0.38 208.42 0.23 0.51
Hex 65 83 9E 24 11 0 26 D0 17 33
Octal 145 203 236 44 21 0 46 320 27 63
Binary 1100101 10000011 10011110 100100 10001 0 100110 11010000 10111 110011

Color Harmonies of #65839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65839E

Black with #65839E

Text Example


Text Example

White with #65839E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65839E;
 }
 .AnyTagClassName
 {
   color: #65839E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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