Html Css Color HEX #658590 Horizon

📋 copy color: '#658590'

red 101 ◦ green 133 ◦ blue 144

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

Shades of Horizon #658590

Tints of Horizon #658590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.19%

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

R = 26.72%
G = 35.19%
B = 38.1%

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

#658590 (or 0x658590) is known color: Horizon. HEX triplet: 65, 85 and 90. RGB value is (101,133,144). Sum of RGB (Red+Green+Blue) = 101+133+144=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #658590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658590 is #9A7A6F. Grayscale: #7C7C7C. Windows color (decimal): -10123888 or 9471333. OLE color: 9471333.

HSL color Cylindrical-coordinate representation of color #658590: hue angle of 195.35º 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 #658590 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 133 144 -
CMYK 0.30 0.08 0 0.44
HSL 195.35º 0.18% 0.48% -
HSV(B) 195.35º 0.3% 0.56% -
XYZ 18.79 21.56 29.56 -
YUV 124.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 101 133 144 0.30 0.08 0 0.44 195.35 0.18 0.48
Hex 65 85 90 1E 8 0 2C C3 12 30
Octal 145 205 220 36 10 0 54 303 22 60
Binary 1100101 10000101 10010000 11110 1000 0 101100 11000011 10010 110000

Color Harmonies of #658590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658590

Black with #658590

Text Example


Text Example

White with #658590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658590; }

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

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

background-color css

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

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

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

border-color css

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

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

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