Html Css Color HEX #65889D Bermuda Grey

📋 copy color: '#65889D'

red 101 ◦ green 136 ◦ blue 157

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

Shades of Bermuda Grey #65889D

Tints of Bermuda Grey #65889D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.52%

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

R = 25.63%
G = 34.52%
B = 39.85%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65889D (or 0x65889D) is known color: Bermuda Grey. HEX triplet: 65, 88 and 9D. RGB value is (101,136,157). Sum of RGB (Red+Green+Blue) = 101+136+157=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #65889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65889D is #9A7762. Grayscale: #7F7F7F. Windows color (decimal): -10123107 or 10324069. OLE color: 10324069.

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

Color convert

RGB 101 136 157 -
CMYK 0.36 0.13 0 0.38
HSL 202.5º 0.22% 0.51% -
HSV(B) 202.5º 0.36% 0.62% -
XYZ 20.26 22.81 35.23 -
YUV 127.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 101 136 157 0.36 0.13 0 0.38 202.5 0.22 0.51
Hex 65 88 9D 24 D 0 26 CA 16 33
Octal 145 210 235 44 15 0 46 312 26 63
Binary 1100101 10001000 10011101 100100 1101 0 100110 11001010 10110 110011

Color Harmonies of #65889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65889D

Black with #65889D

Text Example


Text Example

White with #65889D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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