Html Css Color HEX #658597 Horizon

📋 copy color: '#658597'

red 101 ◦ green 133 ◦ blue 151

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

Shades of Horizon #658597

Tints of Horizon #658597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.22%

R = 26.23%
G = 34.55%
B = 39.22%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#658597 (or 0x658597) is known color: Horizon. HEX triplet: 65, 85 and 97. RGB value is (101,133,151). Sum of RGB (Red+Green+Blue) = 101+133+151=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 151 - color contains mainly: blue. Hex color #658597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658597 is #9A7A68. Grayscale: #7D7D7D. Windows color (decimal): -10123881 or 9930085. OLE color: 9930085.

HSL color Cylindrical-coordinate representation of color #658597: hue angle of 201.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #658597 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 133 151 -
CMYK 0.33 0.12 0 0.41
HSL 201.6º 0.2% 0.49% -
HSV(B) 201.6º 0.33% 0.59% -
XYZ 19.34 21.78 32.46 -
YUV 125.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 101 133 151 0.33 0.12 0 0.41 201.6 0.2 0.49
Hex 65 85 97 21 C 0 29 CA 14 31
Octal 145 205 227 41 14 0 51 312 24 61
Binary 1100101 10000101 10010111 100001 1100 0 101001 11001010 10100 110001

Color Harmonies of #658597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658597

Black with #658597

Text Example


Text Example

White with #658597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658597; }

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

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

background-color css

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

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

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

border-color css

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

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

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