Html Css Color HEX #65829D Bermuda Grey

📋 copy color: '#65829D'

red 101 ◦ green 130 ◦ blue 157

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

Shades of Bermuda Grey #65829D

Tints of Bermuda Grey #65829D

RGB

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

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

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

R = 26.03%
G = 33.51%
B = 40.46%

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

#65829D (or 0x65829D) is known color: Bermuda Grey. HEX triplet: 65, 82 and 9D. RGB value is (101,130,157). Sum of RGB (Red+Green+Blue) = 101+130+157=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #65829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65829D is #9A7D62. Grayscale: #7C7C7C. Windows color (decimal): -10124643 or 10322533. OLE color: 10322533.

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

Color convert

RGB 101 130 157 -
CMYK 0.36 0.17 0 0.38
HSL 208.93º 0.22% 0.51% -
HSV(B) 208.93º 0.36% 0.62% -
XYZ 19.44 21.17 34.96 -
YUV 124.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 101 130 157 0.36 0.17 0 0.38 208.93 0.22 0.51
Hex 65 82 9D 24 11 0 26 D1 16 33
Octal 145 202 235 44 21 0 46 321 26 63
Binary 1100101 10000010 10011101 100100 10001 0 100110 11010001 10110 110011

Color Harmonies of #65829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65829D

Black with #65829D

Text Example


Text Example

White with #65829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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