Html Css Color HEX #65879C Bermuda Grey

📋 copy color: '#65879C'

red 101 ◦ green 135 ◦ blue 156

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

Shades of Bermuda Grey #65879C

Tints of Bermuda Grey #65879C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.44%

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

R = 25.77%
G = 34.44%
B = 39.8%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65879C (or 0x65879C) is known color: Bermuda Grey. HEX triplet: 65, 87 and 9C. RGB value is (101,135,156). Sum of RGB (Red+Green+Blue) = 101+135+156=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #65879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65879C is #9A7863. Grayscale: #7F7F7F. Windows color (decimal): -10123364 or 10258277. OLE color: 10258277.

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

Color convert

RGB 101 135 156 -
CMYK 0.35 0.13 0 0.39
HSL 202.91º 0.22% 0.5% -
HSV(B) 202.91º 0.35% 0.61% -
XYZ 20.03 22.49 34.74 -
YUV 127.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 101 135 156 0.35 0.13 0 0.39 202.91 0.22 0.5
Hex 65 87 9C 23 D 0 27 CB 16 32
Octal 145 207 234 43 15 0 47 313 26 62
Binary 1100101 10000111 10011100 100011 1101 0 100111 11001011 10110 110010

Color Harmonies of #65879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65879C

Black with #65879C

Text Example


Text Example

White with #65879C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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