Html Css Color HEX #657283 Raven

📋 copy color: '#657283'

red 101 ◦ green 114 ◦ blue 131

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

Shades of Raven #657283

Tints of Raven #657283

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

 BLUE value IS 131 (51.56% from 255) = 37.86%

R = 29.19%
G = 32.95%
B = 37.86%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#657283 (or 0x657283) is known color: Raven. HEX triplet: 65, 72 and 83. RGB value is (101,114,131). Sum of RGB (Red+Green+Blue) = 101+114+131=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #657283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657283 is #9A8D7C. Grayscale: #6F6F6F. Windows color (decimal): -10128765 or 8614501. OLE color: 8614501.

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

Color convert

RGB 101 114 131 -
CMYK 0.23 0.13 0 0.49
HSL 214º 0.13% 0.45% -
HSV(B) 214º 0.23% 0.51% -
XYZ 15.48 16.44 23.83 -
YUV 112.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 101 114 131 0.23 0.13 0 0.49 214 0.13 0.45
Hex 65 72 83 17 D 0 31 D6 D 2D
Octal 145 162 203 27 15 0 61 326 15 55
Binary 1100101 1110010 10000011 10111 1101 0 110001 11010110 1101 101101

Color Harmonies of #657283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657283

Black with #657283

Text Example


Text Example

White with #657283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657283; }

 p { color: rgb(101,114,131); }

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

background-color css

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

 a { background-color: rgb(101,114,131); }

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

border-color css

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

 span { border-color: rgb(101,114,131); }

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