Html Css Color HEX #657185 Raven

📋 copy color: '#657185'

red 101 ◦ green 113 ◦ blue 133

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

Shades of Raven #657185

Tints of Raven #657185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.56%

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

R = 29.11%
G = 32.56%
B = 38.33%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#657185 (or 0x657185) is known color: Raven. HEX triplet: 65, 71 and 85. RGB value is (101,113,133). Sum of RGB (Red+Green+Blue) = 101+113+133=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #657185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657185 is #9A8E7A. Grayscale: #6F6F6F. Windows color (decimal): -10129019 or 8745317. OLE color: 8745317.

HSL color Cylindrical-coordinate representation of color #657185: hue angle of 217.5º 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 #657185 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 113 133 -
CMYK 0.24 0.15 0 0.48
HSL 217.5º 0.14% 0.46% -
HSV(B) 217.5º 0.24% 0.52% -
XYZ 15.51 16.27 24.51 -
YUV 111.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 101 113 133 0.24 0.15 0 0.48 217.5 0.14 0.46
Hex 65 71 85 18 F 0 30 DA E 2E
Octal 145 161 205 30 17 0 60 332 16 56
Binary 1100101 1110001 10000101 11000 1111 0 110000 11011010 1110 101110

Color Harmonies of #657185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657185

Black with #657185

Text Example


Text Example

White with #657185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657185; }

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

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

background-color css

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

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

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

border-color css

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

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

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