Html Css Color HEX #657485 Raven

📋 copy color: '#657485'

red 101 ◦ green 116 ◦ blue 133

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

Shades of Raven #657485

Tints of Raven #657485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38%

R = 28.86%
G = 33.14%
B = 38%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#657485 (or 0x657485) is known color: Raven. HEX triplet: 65, 74 and 85. RGB value is (101,116,133). Sum of RGB (Red+Green+Blue) = 101+116+133=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #657485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657485 is #9A8B7A. Grayscale: #717171. Windows color (decimal): -10128251 or 8746085. OLE color: 8746085.

HSL color Cylindrical-coordinate representation of color #657485: hue angle of 211.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #657485 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 116 133 -
CMYK 0.24 0.13 0 0.48
HSL 211.88º 0.14% 0.46% -
HSV(B) 211.88º 0.24% 0.52% -
XYZ 15.85 16.95 24.63 -
YUV 113.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 101 116 133 0.24 0.13 0 0.48 211.88 0.14 0.46
Hex 65 74 85 18 D 0 30 D4 E 2E
Octal 145 164 205 30 15 0 60 324 16 56
Binary 1100101 1110100 10000101 11000 1101 0 110000 11010100 1110 101110

Color Harmonies of #657485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657485

Black with #657485

Text Example


Text Example

White with #657485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657485; }

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

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

background-color css

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

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

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

border-color css

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

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

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