Html Css Color HEX #658399 Bermuda Grey

📋 copy color: '#658399'

red 101 ◦ green 131 ◦ blue 153

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

Shades of Bermuda Grey #658399

Tints of Bermuda Grey #658399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.03%

 BLUE value IS 153 (60.16% from 255) = 39.74%

R = 26.23%
G = 34.03%
B = 39.74%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#658399 (or 0x658399) is known color: Bermuda Grey. HEX triplet: 65, 83 and 99. RGB value is (101,131,153). Sum of RGB (Red+Green+Blue) = 101+131+153=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #658399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658399 is #9A7C66. Grayscale: #7C7C7C. Windows color (decimal): -10124391 or 10060645. OLE color: 10060645.

HSL color Cylindrical-coordinate representation of color #658399: hue angle of 205.38º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #658399 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 131 153 -
CMYK 0.34 0.14 0 0.4
HSL 205.38º 0.2% 0.5% -
HSV(B) 205.38º 0.34% 0.6% -
XYZ 19.23 21.3 33.23 -
YUV 124.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 101 131 153 0.34 0.14 0 0.4 205.38 0.2 0.5
Hex 65 83 99 22 E 0 28 CD 14 32
Octal 145 203 231 42 16 0 50 315 24 62
Binary 1100101 10000011 10011001 100010 1110 0 101000 11001101 10100 110010

Color Harmonies of #658399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658399

Black with #658399

Text Example


Text Example

White with #658399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658399; }

 p { color: rgb(101,131,153); }

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

background-color css

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

 a { background-color: rgb(101,131,153); }

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

border-color css

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

 span { border-color: rgb(101,131,153); }

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