Html Css Color HEX #657482 Raven

📋 copy color: '#657482'

red 101 ◦ green 116 ◦ blue 130

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

Shades of Raven #657482

Tints of Raven #657482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

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

R = 29.11%
G = 33.43%
B = 37.46%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#657482 (or 0x657482) is known color: Raven. HEX triplet: 65, 74 and 82. RGB value is (101,116,130). Sum of RGB (Red+Green+Blue) = 101+116+130=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #657482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657482 is #9A8B7D. Grayscale: #717171. Windows color (decimal): -10128254 or 8549477. OLE color: 8549477.

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

Color convert

RGB 101 116 130 -
CMYK 0.22 0.11 0 0.49
HSL 208.97º 0.13% 0.45% -
HSV(B) 208.97º 0.22% 0.51% -
XYZ 15.64 16.87 23.55 -
YUV 113.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 101 116 130 0.22 0.11 0 0.49 208.97 0.13 0.45
Hex 65 74 82 16 B 0 31 D1 D 2D
Octal 145 164 202 26 13 0 61 321 15 55
Binary 1100101 1110100 10000010 10110 1011 0 110001 11010001 1101 101101

Color Harmonies of #657482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657482

Black with #657482

Text Example


Text Example

White with #657482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657482; }

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

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

background-color css

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

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

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

border-color css

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

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

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