Html Css Color HEX #65859E Bermuda Grey

📋 copy color: '#65859E'

red 101 ◦ green 133 ◦ blue 158

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

Shades of Bermuda Grey #65859E

Tints of Bermuda Grey #65859E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 25.77%
G = 33.93%
B = 40.31%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65859E (or 0x65859E) is known color: Bermuda Grey. HEX triplet: 65, 85 and 9E. RGB value is (101,133,158). Sum of RGB (Red+Green+Blue) = 101+133+158=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #65859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65859E is #9A7A61. Grayscale: #7E7E7E. Windows color (decimal): -10123874 or 10388837. OLE color: 10388837.

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

Color convert

RGB 101 133 158 -
CMYK 0.36 0.16 0 0.38
HSL 206.32º 0.23% 0.51% -
HSV(B) 206.32º 0.36% 0.62% -
XYZ 19.93 22.01 35.55 -
YUV 126.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 101 133 158 0.36 0.16 0 0.38 206.32 0.23 0.51
Hex 65 85 9E 24 10 0 26 CE 17 33
Octal 145 205 236 44 20 0 46 316 27 63
Binary 1100101 10000101 10011110 100100 10000 0 100110 11001110 10111 110011

Color Harmonies of #65859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65859E

Black with #65859E

Text Example


Text Example

White with #65859E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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