Html Css Color HEX #657280 Raven

📋 copy color: '#657280'

red 101 ◦ green 114 ◦ blue 128

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

Shades of Raven #657280

Tints of Raven #657280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.24%

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

R = 29.45%
G = 33.24%
B = 37.32%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#657280 (or 0x657280) is known color: Raven. HEX triplet: 65, 72 and 80. RGB value is (101,114,128). Sum of RGB (Red+Green+Blue) = 101+114+128=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 128 - color contains mainly: blue. Hex color #657280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657280 is #9A8D7F. Grayscale: #6F6F6F. Windows color (decimal): -10128768 or 8417893. OLE color: 8417893.

HSL color Cylindrical-coordinate representation of color #657280: hue angle of 211.11º 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 #657280 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 114 128 -
CMYK 0.21 0.11 0 0.50
HSL 211.11º 0.12% 0.45% -
HSV(B) 211.11º 0.21% 0.5% -
XYZ 15.28 16.36 22.77 -
YUV 111.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 101 114 128 0.21 0.11 0 0.50 211.11 0.12 0.45
Hex 65 72 80 15 B 0 32 D3 C 2D
Octal 145 162 200 25 13 0 62 323 14 55
Binary 1100101 1110010 10000000 10101 1011 0 110010 11010011 1100 101101

Color Harmonies of #657280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657280

Black with #657280

Text Example


Text Example

White with #657280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657280; }

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

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

background-color css

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

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

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

border-color css

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

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

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