Html Css Color HEX #65839D Bermuda Grey

📋 copy color: '#65839D'

red 101 ◦ green 131 ◦ blue 157

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

Shades of Bermuda Grey #65839D

Tints of Bermuda Grey #65839D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 25.96%
G = 33.68%
B = 40.36%

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

#65839D (or 0x65839D) is known color: Bermuda Grey. HEX triplet: 65, 83 and 9D. RGB value is (101,131,157). Sum of RGB (Red+Green+Blue) = 101+131+157=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #65839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65839D is #9A7C62. Grayscale: #7C7C7C. Windows color (decimal): -10124387 or 10322789. OLE color: 10322789.

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

Color convert

RGB 101 131 157 -
CMYK 0.36 0.17 0 0.38
HSL 207.86º 0.22% 0.51% -
HSV(B) 207.86º 0.36% 0.62% -
XYZ 19.57 21.43 35 -
YUV 124.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 101 131 157 0.36 0.17 0 0.38 207.86 0.22 0.51
Hex 65 83 9D 24 11 0 26 D0 16 33
Octal 145 203 235 44 21 0 46 320 26 63
Binary 1100101 10000011 10011101 100100 10001 0 100110 11010000 10110 110011

Color Harmonies of #65839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65839D

Black with #65839D

Text Example


Text Example

White with #65839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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