Html Css Color HEX #657082 Raven

📋 copy color: '#657082'

red 101 ◦ green 112 ◦ blue 130

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

Shades of Raven #657082

Tints of Raven #657082

RGB

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

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

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

R = 29.45%
G = 32.65%
B = 37.9%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#657082 (or 0x657082) is known color: Raven. HEX triplet: 65, 70 and 82. RGB value is (101,112,130). Sum of RGB (Red+Green+Blue) = 101+112+130=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #657082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657082 is #9A8F7D. Grayscale: #6E6E6E. Windows color (decimal): -10129278 or 8548453. OLE color: 8548453.

HSL color Cylindrical-coordinate representation of color #657082: hue angle of 217.24º 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 #657082 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 112 130 -
CMYK 0.22 0.14 0 0.49
HSL 217.24º 0.13% 0.45% -
HSV(B) 217.24º 0.22% 0.51% -
XYZ 15.19 15.97 23.4 -
YUV 110.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 101 112 130 0.22 0.14 0 0.49 217.24 0.13 0.45
Hex 65 70 82 16 E 0 31 D9 D 2D
Octal 145 160 202 26 16 0 61 331 15 55
Binary 1100101 1110000 10000010 10110 1110 0 110001 11011001 1101 101101

Color Harmonies of #657082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657082

Black with #657082

Text Example


Text Example

White with #657082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657082; }

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

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

background-color css

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

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

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

border-color css

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

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

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