Html Css Color HEX #65829C Bermuda Grey

📋 copy color: '#65829C'

red 101 ◦ green 130 ◦ blue 156

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

Shades of Bermuda Grey #65829C

Tints of Bermuda Grey #65829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.31%

R = 26.1%
G = 33.59%
B = 40.31%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65829C (or 0x65829C) is known color: Bermuda Grey. HEX triplet: 65, 82 and 9C. RGB value is (101,130,156). Sum of RGB (Red+Green+Blue) = 101+130+156=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #65829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65829C is #9A7D63. Grayscale: #7C7C7C. Windows color (decimal): -10124644 or 10256997. OLE color: 10256997.

HSL color Cylindrical-coordinate representation of color #65829C: hue angle of 208.36º degrees, saturation: 0.22, 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 #65829C is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 130 156 -
CMYK 0.35 0.17 0 0.39
HSL 208.36º 0.22% 0.5% -
HSV(B) 208.36º 0.35% 0.61% -
XYZ 19.35 21.13 34.51 -
YUV 124.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 101 130 156 0.35 0.17 0 0.39 208.36 0.22 0.5
Hex 65 82 9C 23 11 0 27 D0 16 32
Octal 145 202 234 43 21 0 47 320 26 62
Binary 1100101 10000010 10011100 100011 10001 0 100111 11010000 10110 110010

Color Harmonies of #65829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65829C

Black with #65829C

Text Example


Text Example

White with #65829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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