Html Css Color HEX #657080 Raven

📋 copy color: '#657080'

red 101 ◦ green 112 ◦ blue 128

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

Shades of Raven #657080

Tints of Raven #657080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.84%

 BLUE value IS 128 (50.39% from 255) = 37.54%

R = 29.62%
G = 32.84%
B = 37.54%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#657080 (or 0x657080) is known color: Raven. HEX triplet: 65, 70 and 80. RGB value is (101,112,128). Sum of RGB (Red+Green+Blue) = 101+112+128=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 128 - color contains mainly: blue. Hex color #657080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657080 is #9A8F7F. Grayscale: #6E6E6E. Windows color (decimal): -10129280 or 8417381. OLE color: 8417381.

HSL color Cylindrical-coordinate representation of color #657080: hue angle of 215.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #657080 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 112 128 -
CMYK 0.21 0.12 0 0.50
HSL 215.56º 0.12% 0.45% -
HSV(B) 215.56º 0.21% 0.5% -
XYZ 15.06 15.91 22.7 -
YUV 110.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 101 112 128 0.21 0.12 0 0.50 215.56 0.12 0.45
Hex 65 70 80 15 C 0 32 D8 C 2D
Octal 145 160 200 25 14 0 62 330 14 55
Binary 1100101 1110000 10000000 10101 1100 0 110010 11011000 1100 101101

Color Harmonies of #657080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657080

Black with #657080

Text Example


Text Example

White with #657080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657080; }

 p { color: rgb(101,112,128); }

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

background-color css

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

 a { background-color: rgb(101,112,128); }

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

border-color css

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

 span { border-color: rgb(101,112,128); }

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