Html Css Color HEX #65829B Bermuda Grey

📋 copy color: '#65829B'

red 101 ◦ green 130 ◦ blue 155

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

Shades of Bermuda Grey #65829B

Tints of Bermuda Grey #65829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 26.17%
G = 33.68%
B = 40.16%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65829B (or 0x65829B) is known color: Bermuda Grey. HEX triplet: 65, 82 and 9B. RGB value is (101,130,155). Sum of RGB (Red+Green+Blue) = 101+130+155=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #65829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65829B is #9A7D64. Grayscale: #7C7C7C. Windows color (decimal): -10124645 or 10191461. OLE color: 10191461.

HSL color Cylindrical-coordinate representation of color #65829B: hue angle of 207.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65829B is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 130 155 -
CMYK 0.35 0.16 0 0.39
HSL 207.78º 0.21% 0.5% -
HSV(B) 207.78º 0.35% 0.61% -
XYZ 19.27 21.1 34.07 -
YUV 124.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 101 130 155 0.35 0.16 0 0.39 207.78 0.21 0.5
Hex 65 82 9B 23 10 0 27 D0 15 32
Octal 145 202 233 43 20 0 47 320 25 62
Binary 1100101 10000010 10011011 100011 10000 0 100111 11010000 10101 110010

Color Harmonies of #65829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65829B

Black with #65829B

Text Example


Text Example

White with #65829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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