Html Css Color HEX #65839F Bermuda Grey

📋 copy color: '#65839F'

red 101 ◦ green 131 ◦ blue 159

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

Shades of Bermuda Grey #65839F

Tints of Bermuda Grey #65839F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.66%

R = 25.83%
G = 33.5%
B = 40.66%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65839F (or 0x65839F) is known color: Bermuda Grey. HEX triplet: 65, 83 and 9F. RGB value is (101,131,159). Sum of RGB (Red+Green+Blue) = 101+131+159=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #65839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65839F is #9A7C60. Grayscale: #7D7D7D. Windows color (decimal): -10124385 or 10453861. OLE color: 10453861.

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

Color convert

RGB 101 131 159 -
CMYK 0.36 0.18 0 0.38
HSL 208.97º 0.23% 0.51% -
HSV(B) 208.97º 0.36% 0.62% -
XYZ 19.74 21.5 35.91 -
YUV 125.22 147.06 110.72 -
System Red Green Blue C M Y K H S L
Decimal 101 131 159 0.36 0.18 0 0.38 208.97 0.23 0.51
Hex 65 83 9F 24 12 0 26 D1 17 33
Octal 145 203 237 44 22 0 46 321 27 63
Binary 1100101 10000011 10011111 100100 10010 0 100110 11010001 10111 110011

Color Harmonies of #65839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65839F

Black with #65839F

Text Example


Text Example

White with #65839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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