Html Css Color HEX #65899F Bermuda Grey

📋 copy color: '#65899F'

red 101 ◦ green 137 ◦ blue 159

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

Shades of Bermuda Grey #65899F

Tints of Bermuda Grey #65899F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.51%

 BLUE value IS 159 (62.5% from 255) = 40.05%

R = 25.44%
G = 34.51%
B = 40.05%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65899F (or 0x65899F) is known color: Bermuda Grey. HEX triplet: 65, 89 and 9F. RGB value is (101,137,159). Sum of RGB (Red+Green+Blue) = 101+137+159=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #65899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65899F is #9A7660. Grayscale: #808080. Windows color (decimal): -10122849 or 10455397. OLE color: 10455397.

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

Color convert

RGB 101 137 159 -
CMYK 0.36 0.14 0 0.38
HSL 202.76º 0.23% 0.51% -
HSV(B) 202.76º 0.36% 0.62% -
XYZ 20.57 23.16 36.19 -
YUV 128.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 101 137 159 0.36 0.14 0 0.38 202.76 0.23 0.51
Hex 65 89 9F 24 E 0 26 CB 17 33
Octal 145 211 237 44 16 0 46 313 27 63
Binary 1100101 10001001 10011111 100100 1110 0 100110 11001011 10111 110011

Color Harmonies of #65899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65899F

Black with #65899F

Text Example


Text Example

White with #65899F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65899F; }

 p { color: rgb(101,137,159); }

 H1.HeaderClassName
 {
   color: #65899F;
 }
 .AnyTagClassName
 {
   color: #65899F;
 }
</style>

background-color css

<style>
 a { background-color: #65899F; }

 a { background-color: rgb(101,137,159); }

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

border-color css

<style>
 span { border-color: #65899F; }

 span { border-color: rgb(101,137,159); }

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