Html Css Color HEX #656E82 Raven

📋 copy color: '#656E82'

red 101 ◦ green 110 ◦ blue 130

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

Shades of Raven #656E82

Tints of Raven #656E82

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.26%

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 29.62%
G = 32.26%
B = 38.12%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#656E82 (or 0x656E82) is known color: Raven. HEX triplet: 65, 6E and 82. RGB value is (101,110,130). Sum of RGB (Red+Green+Blue) = 101+110+130=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #656E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656E82 is #9A917D. Grayscale: #6D6D6D. Windows color (decimal): -10129790 or 8547941. OLE color: 8547941.

HSL color Cylindrical-coordinate representation of color #656E82: hue angle of 221.38º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #656E82 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 110 130 -
CMYK 0.22 0.15 0 0.49
HSL 221.38º 0.13% 0.45% -
HSV(B) 221.38º 0.22% 0.51% -
XYZ 14.97 15.53 23.33 -
YUV 109.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 101 110 130 0.22 0.15 0 0.49 221.38 0.13 0.45
Hex 65 6E 82 16 F 0 31 DD D 2D
Octal 145 156 202 26 17 0 61 335 15 55
Binary 1100101 1101110 10000010 10110 1111 0 110001 11011101 1101 101101

Color Harmonies of #656E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656E82

Black with #656E82

Text Example


Text Example

White with #656E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656E82; }

 p { color: rgb(101,110,130); }

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

background-color css

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

 a { background-color: rgb(101,110,130); }

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

border-color css

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

 span { border-color: rgb(101,110,130); }

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