Html Css Color HEX #658490 Horizon

📋 copy color: '#658490'

red 101 ◦ green 132 ◦ blue 144

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

Shades of Horizon #658490

Tints of Horizon #658490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.01%

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 26.79%
G = 35.01%
B = 38.2%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#658490 (or 0x658490) is known color: Horizon. HEX triplet: 65, 84 and 90. RGB value is (101,132,144). Sum of RGB (Red+Green+Blue) = 101+132+144=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #658490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658490 is #9A7B6F. Grayscale: #7C7C7C. Windows color (decimal): -10124144 or 9471077. OLE color: 9471077.

HSL color Cylindrical-coordinate representation of color #658490: hue angle of 196.74º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #658490 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 132 144 -
CMYK 0.30 0.08 0 0.44
HSL 196.74º 0.18% 0.48% -
HSV(B) 196.74º 0.3% 0.56% -
XYZ 18.65 21.28 29.51 -
YUV 124.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 101 132 144 0.30 0.08 0 0.44 196.74 0.18 0.48
Hex 65 84 90 1E 8 0 2C C5 12 30
Octal 145 204 220 36 10 0 54 305 22 60
Binary 1100101 10000100 10010000 11110 1000 0 101100 11000101 10010 110000

Color Harmonies of #658490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658490

Black with #658490

Text Example


Text Example

White with #658490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658490; }

 p { color: rgb(101,132,144); }

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

background-color css

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

 a { background-color: rgb(101,132,144); }

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

border-color css

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

 span { border-color: rgb(101,132,144); }

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