Html Css Color HEX #65829E Bermuda Grey

📋 copy color: '#65829E'

red 101 ◦ green 130 ◦ blue 158

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

Shades of Bermuda Grey #65829E

Tints of Bermuda Grey #65829E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

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

R = 25.96%
G = 33.42%
B = 40.62%

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

#65829E (or 0x65829E) is known color: Bermuda Grey. HEX triplet: 65, 82 and 9E. RGB value is (101,130,158). Sum of RGB (Red+Green+Blue) = 101+130+158=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #65829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65829E is #9A7D61. Grayscale: #7C7C7C. Windows color (decimal): -10124642 or 10388069. OLE color: 10388069.

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

Color convert

RGB 101 130 158 -
CMYK 0.36 0.18 0 0.38
HSL 209.47º 0.23% 0.51% -
HSV(B) 209.47º 0.36% 0.62% -
XYZ 19.52 21.2 35.41 -
YUV 124.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 101 130 158 0.36 0.18 0 0.38 209.47 0.23 0.51
Hex 65 82 9E 24 12 0 26 D1 17 33
Octal 145 202 236 44 22 0 46 321 27 63
Binary 1100101 10000010 10011110 100100 10010 0 100110 11010001 10111 110011

Color Harmonies of #65829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65829E

Black with #65829E

Text Example


Text Example

White with #65829E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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